Home
last modified time | relevance | path

Searched refs:cmbe_cache (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
Dcmf.c757 static struct kmem_cache *cmbe_cache; variable
765 cmbe = kmem_cache_zalloc(cmbe_cache, GFP_KERNEL); in alloc_cmbe()
804 kmem_cache_free(cmbe_cache, cmbe); in alloc_cmbe()
819 kmem_cache_free(cmbe_cache, cmb_data->hw_block); in free_cmbe()
1256 cmbe_cache = kmem_cache_create("cmbe_cache", sizeof(struct cmbe), in init_cmbe()
1259 return cmbe_cache ? 0 : -ENOMEM; in init_cmbe()