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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/aoe/
H A Daoeblk.c18 static struct kmem_cache *buf_pool_cache; variable in typeref:struct:kmem_cache
268 d->bufpool = mempool_create_slab_pool(MIN_BUFS, buf_pool_cache);
318 kmem_cache_destroy(buf_pool_cache);
324 buf_pool_cache = kmem_cache_create("aoe_bufs",
327 if (buf_pool_cache == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/aoe/
H A Daoeblk.c18 static struct kmem_cache *buf_pool_cache; variable in typeref:struct:kmem_cache
268 d->bufpool = mempool_create_slab_pool(MIN_BUFS, buf_pool_cache);
318 kmem_cache_destroy(buf_pool_cache);
324 buf_pool_cache = kmem_cache_create("aoe_bufs",
327 if (buf_pool_cache == NULL)

Completed in 111 milliseconds