Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-log-userspace-base.c83 static struct kmem_cache *_flush_entry_cache; variable
254 _flush_entry_cache); in userspace_ctr()
891 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0); in userspace_dirty_log_init()
892 if (!_flush_entry_cache) { in userspace_dirty_log_init()
900 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
908 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_init()
920 kmem_cache_destroy(_flush_entry_cache); in userspace_dirty_log_exit()