Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fscache/
A Dmain.c28 struct workqueue_struct *fscache_wq; variable
29 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()
A Dcookie.c84 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()
/linux-6.3-rc2/include/linux/
A Dfscache-cache.h82 extern struct workqueue_struct *fscache_wq;

Completed in 8 milliseconds