Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H 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()
118 destroy_workqueue(fscache_wq); in fscache_exit()
H A Dcookie.c84 if (!queue_work(fscache_wq, &cookie->work)) in __fscache_queue_cookie()
909 queue_work(fscache_wq, &fscache_cookie_lru_work); in fscache_cookie_lru_timed_out()
/openbmc/linux/include/linux/
H A Dfscache-cache.h83 extern struct workqueue_struct *fscache_wq;
/openbmc/linux/fs/cachefiles/
H A Dondemand.c373 queue_work(fscache_wq, &info->ondemand_work); in cachefiles_ondemand_select_req()