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

/linux-4.4.14/fs/fscache/
H A Dmain.c45 struct workqueue_struct *fscache_op_wq; variable in typeref:struct:workqueue_struct
85 .extra1 = &fscache_op_wq,
124 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, fscache_init()
126 if (!fscache_op_wq) fscache_init()
170 destroy_workqueue(fscache_op_wq); fscache_init()
192 destroy_workqueue(fscache_op_wq); fscache_exit()
H A Dinternal.h92 extern struct workqueue_struct *fscache_op_wq;
H A Doperation.c76 if (!queue_work(fscache_op_wq, &op->work)) fscache_enqueue_operation()

Completed in 168 milliseconds