Home
last modified time | relevance | path

Searched refs:exception_cache (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/md/
Ddm-snap.c236 static struct kmem_cache *exception_cache; variable
724 e = kmem_cache_alloc(exception_cache, gfp); in alloc_completed_exception()
726 e = kmem_cache_alloc(exception_cache, GFP_ATOMIC); in alloc_completed_exception()
733 kmem_cache_free(exception_cache, e); in free_completed_exception()
907 dm_exception_table_exit(&s->complete, exception_cache); in init_hash_tables()
1406 dm_exception_table_exit(&s->complete, exception_cache); in snapshot_ctr()
1426 dm_exception_table_exit(&s->complete, exception_cache); in __free_exceptions()
2782 exception_cache = KMEM_CACHE(dm_exception, 0); in dm_snapshot_init()
2783 if (!exception_cache) { in dm_snapshot_init()
2823 kmem_cache_destroy(exception_cache); in dm_snapshot_init()
[all …]