Home
last modified time | relevance | path

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

/linux/fs/fscache/
A Dmain.c42 struct workqueue_struct *fscache_op_wq; variable
81 .extra1 = &fscache_op_wq,
159 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
161 if (!fscache_op_wq) in fscache_init()
203 destroy_workqueue(fscache_op_wq); in fscache_init()
225 destroy_workqueue(fscache_op_wq); in fscache_exit()
A Dinternal.h83 extern struct workqueue_struct *fscache_op_wq;
A Doperation.c81 if (!queue_work(fscache_op_wq, &op->work)) in fscache_enqueue_operation()

Completed in 4 milliseconds