exception_cache   236 drivers/md/dm-snap.c static struct kmem_cache *exception_cache;
exception_cache   724 drivers/md/dm-snap.c 	e = kmem_cache_alloc(exception_cache, gfp);
exception_cache   726 drivers/md/dm-snap.c 		e = kmem_cache_alloc(exception_cache, GFP_ATOMIC);
exception_cache   733 drivers/md/dm-snap.c 	kmem_cache_free(exception_cache, e);
exception_cache   907 drivers/md/dm-snap.c 		dm_exception_table_exit(&s->complete, exception_cache);
exception_cache  1406 drivers/md/dm-snap.c 	dm_exception_table_exit(&s->complete, exception_cache);
exception_cache  1426 drivers/md/dm-snap.c 	dm_exception_table_exit(&s->complete, exception_cache);
exception_cache  2782 drivers/md/dm-snap.c 	exception_cache = KMEM_CACHE(dm_exception, 0);
exception_cache  2783 drivers/md/dm-snap.c 	if (!exception_cache) {
exception_cache  2823 drivers/md/dm-snap.c 	kmem_cache_destroy(exception_cache);
exception_cache  2840 drivers/md/dm-snap.c 	kmem_cache_destroy(exception_cache);