Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_main.c19 struct workqueue_struct *fscache_wq; variable
20 EXPORT_SYMBOL(fscache_wq);
69 fscache_wq = alloc_workqueue("fscache", WQ_UNBOUND | WQ_FREEZABLE, 0); in fscache_init()
70 if (!fscache_wq) in fscache_init()
92 destroy_workqueue(fscache_wq); in fscache_init()
106 destroy_workqueue(fscache_wq); in fscache_exit()
H A Dfscache_cookie.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/include/linux/
H A Dfscache-cache.h82 extern struct workqueue_struct *fscache_wq;
/linux/fs/cachefiles/
H A Dondemand.c372 queue_work(fscache_wq, &info->ondemand_work); in cachefiles_ondemand_select_req()