Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-log-userspace-base.c82 static struct kmem_cache *_flush_entry_cache; variable
253 _flush_entry_cache); in userspace_ctr()
897 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0); in userspace_dirty_log_init()
898 if (!_flush_entry_cache) { in userspace_dirty_log_init()
906 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
914 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
926 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_exit()