Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcmf.c758 static struct kmem_cache *cmbe_cache; variable
766 cmbe = kmem_cache_zalloc(cmbe_cache, GFP_KERNEL); in alloc_cmbe()
805 kmem_cache_free(cmbe_cache, cmbe); in alloc_cmbe()
820 kmem_cache_free(cmbe_cache, cmb_data->hw_block); in free_cmbe()
1252 cmbe_cache = kmem_cache_create("cmbe_cache", sizeof(struct cmbe), in init_cmbe()
1255 return cmbe_cache ? 0 : -ENOMEM; in init_cmbe()