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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap.c206 static struct kmem_cache *pending_cache; variable in typeref:struct:kmem_cache
1139 s->pending_pool = mempool_create_slab_pool(MIN_IOS, pending_cache);
1217 dm_exception_table_exit(&s->pending, pending_cache);
1241 dm_exception_table_exit(&s->pending, pending_cache);
2280 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);
2281 if (!pending_cache) {
2306 kmem_cache_destroy(pending_cache);
2332 kmem_cache_destroy(pending_cache);

Completed in 107 milliseconds