Lines Matching defs:exception_cache
241 static struct kmem_cache *exception_cache;
729 e = kmem_cache_alloc(exception_cache, gfp);
731 e = kmem_cache_alloc(exception_cache, GFP_ATOMIC);
738 kmem_cache_free(exception_cache, e);
912 dm_exception_table_exit(&s->complete, exception_cache);
1429 dm_exception_table_exit(&s->complete, exception_cache);
1449 dm_exception_table_exit(&s->complete, exception_cache);
2807 exception_cache = KMEM_CACHE(dm_exception, 0);
2808 if (!exception_cache) {
2848 kmem_cache_destroy(exception_cache);
2865 kmem_cache_destroy(exception_cache);