Searched refs:fscache_wq (Results 1 – 3 of 3) sorted by relevance
28 struct workqueue_struct *fscache_wq; variable29 EXPORT_SYMBOL(fscache_wq);78 fscache_wq = alloc_workqueue("fscache", WQ_UNBOUND | WQ_FREEZABLE, 0); in fscache_init()79 if (!fscache_wq) in fscache_init()101 destroy_workqueue(fscache_wq); in fscache_init()117 destroy_workqueue(fscache_wq); in fscache_exit()
84 if (!queue_work(fscache_wq, &cookie->work)) in __fscache_queue_cookie()905 queue_work(fscache_wq, &fscache_cookie_lru_work); in fscache_cookie_lru_timed_out()
82 extern struct workqueue_struct *fscache_wq;