Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dmain.c46 struct workqueue_struct *fscache_op_wq; variable
86 .extra1 = &fscache_op_wq,
164 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
166 if (!fscache_op_wq) in fscache_init()
208 destroy_workqueue(fscache_op_wq); in fscache_init()
230 destroy_workqueue(fscache_op_wq); in fscache_exit()
Dinternal.h101 extern struct workqueue_struct *fscache_op_wq;
Doperation.c82 if (!queue_work(fscache_op_wq, &op->work)) in fscache_enqueue_operation()