Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dcmf.c815 static struct kmem_cache *cmbe_cache; variable
823 cmbe = kmem_cache_zalloc(cmbe_cache, GFP_KERNEL); in alloc_cmbe()
862 kmem_cache_free(cmbe_cache, cmbe); in alloc_cmbe()
877 kmem_cache_free(cmbe_cache, cmb_data->hw_block); in free_cmbe()
1344 cmbe_cache = kmem_cache_create("cmbe_cache", sizeof(struct cmbe), in init_cmbe()
1347 return cmbe_cache ? 0 : -ENOMEM; in init_cmbe()