cmbe
cmbe_cache = kmem_cache_create("cmbe_cache", sizeof(struct cmbe),
__alignof__(struct cmbe), 0, NULL);
struct cmbe *cmbe;
cmbe = kmem_cache_zalloc(cmbe_cache, GFP_KERNEL);
if (!cmbe)
cmb_data->last_block = kzalloc_obj(struct cmbe);
cmb_data->size = sizeof(*cmbe);
cmb_data->hw_block = cmbe;
kmem_cache_free(cmbe_cache, cmbe);
struct cmbe *cmb;
struct cmbe *cmb;