Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fscache/
Dmain.c42 struct workqueue_struct *fscache_op_wq; variable
82 .extra1 = &fscache_op_wq,
121 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
123 if (!fscache_op_wq) in fscache_init()
165 destroy_workqueue(fscache_op_wq); in fscache_init()
187 destroy_workqueue(fscache_op_wq); in fscache_exit()
Dinternal.h97 extern struct workqueue_struct *fscache_op_wq;
Doperation.c78 if (!queue_work(fscache_op_wq, &op->work)) in fscache_enqueue_operation()