Lines Matching defs:exception_cache
237 static struct kmem_cache *exception_cache;
728 e = kmem_cache_alloc(exception_cache, gfp);
730 e = kmem_cache_alloc(exception_cache, GFP_ATOMIC);
737 kmem_cache_free(exception_cache, e);
912 dm_exception_table_exit(&s->complete, exception_cache);
1410 dm_exception_table_exit(&s->complete, exception_cache);
1430 dm_exception_table_exit(&s->complete, exception_cache);
2799 exception_cache = KMEM_CACHE(dm_exception, 0);
2800 if (!exception_cache) {
2834 kmem_cache_destroy(exception_cache);
2851 kmem_cache_destroy(exception_cache);