Lines Matching refs:exception_cache
186 static struct kmem_cache *exception_cache; variable
593 e = kmem_cache_alloc(exception_cache, GFP_NOIO); in alloc_completed_exception()
595 e = kmem_cache_alloc(exception_cache, GFP_ATOMIC); in alloc_completed_exception()
602 kmem_cache_free(exception_cache, e); in free_completed_exception()
753 dm_exception_table_exit(&s->complete, exception_cache); in init_hash_tables()
1193 dm_exception_table_exit(&s->complete, exception_cache); in snapshot_ctr()
1217 dm_exception_table_exit(&s->complete, exception_cache); in __free_exceptions()
2268 exception_cache = KMEM_CACHE(dm_exception, 0); in dm_snapshot_init()
2269 if (!exception_cache) { in dm_snapshot_init()
2294 kmem_cache_destroy(exception_cache); in dm_snapshot_init()
2317 kmem_cache_destroy(exception_cache); in dm_snapshot_exit()