Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap.c242 static struct kmem_cache *pending_cache; variable
1361 r = mempool_init_slab_pool(&s->pending_pool, MIN_IOS, pending_cache); in snapshot_ctr()
1429 dm_exception_table_exit(&s->pending, pending_cache); in snapshot_ctr()
1449 dm_exception_table_exit(&s->pending, pending_cache); in __free_exceptions()
2815 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()
2816 if (!pending_cache) { in dm_snapshot_init()
2847 kmem_cache_destroy(pending_cache); in dm_snapshot_init()
2865 kmem_cache_destroy(pending_cache); in dm_snapshot_exit()