Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoeblk.c22 static struct kmem_cache *buf_pool_cache; variable
267 d->bufpool = mempool_create_slab_pool(MIN_BUFS, buf_pool_cache); in aoeblk_gdalloc()
312 kmem_cache_destroy(buf_pool_cache); in aoeblk_exit()
318 buf_pool_cache = kmem_cache_create("aoe_bufs", in aoeblk_init()
321 if (buf_pool_cache == NULL) in aoeblk_init()