pending_cache 237 drivers/md/dm-snap.c static struct kmem_cache *pending_cache; pending_cache 1338 drivers/md/dm-snap.c r = mempool_init_slab_pool(&s->pending_pool, MIN_IOS, pending_cache); pending_cache 1405 drivers/md/dm-snap.c dm_exception_table_exit(&s->pending, pending_cache); pending_cache 1425 drivers/md/dm-snap.c dm_exception_table_exit(&s->pending, pending_cache); pending_cache 2789 drivers/md/dm-snap.c pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); pending_cache 2790 drivers/md/dm-snap.c if (!pending_cache) { pending_cache 2821 drivers/md/dm-snap.c kmem_cache_destroy(pending_cache); pending_cache 2839 drivers/md/dm-snap.c kmem_cache_destroy(pending_cache);