Searched refs:cache_get_wq (Results 1 – 4 of 4) sorted by relevance
402 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
301 queue_work(cache_get_wq(cache), &cache->clean_work); in cache_seg_invalidate()
220 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()
201 struct workqueue_struct *cache_get_wq(struct pcache_cache *cache);