Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.c402 queue_delayed_work(cache_get_wq(cache), &cache->gc_work, 0); in pcache_cache_start()
430 struct workqueue_struct *cache_get_wq(struct pcache_cache *cache) in cache_get_wq() function
H A Dcache_segment.c301 queue_work(cache_get_wq(cache), &cache->clean_work); in cache_seg_invalidate()
H A Dcache_key.c220 queue_delayed_work(cache_get_wq(cache), &kset->flush_work, 1 * HZ); in cache_key_append()
709 queue_delayed_work(cache_get_wq(cache), &kset->flush_work, msecs_to_jiffies(100)); in kset_flush_fn()
H A Dcache.h201 struct workqueue_struct *cache_get_wq(struct pcache_cache *cache);