Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-log-userspace-base.c82 static struct kmem_cache *_flush_entry_cache; variable
253 _flush_entry_cache); in userspace_ctr()
895 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0); in userspace_dirty_log_init()
896 if (!_flush_entry_cache) { in userspace_dirty_log_init()
904 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
912 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
924 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_exit()