Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fscache/
Dmain.c45 struct workqueue_struct *fscache_op_wq; variable
85 .extra1 = &fscache_op_wq,
124 fscache_op_wq = alloc_workqueue("fscache_operation", WQ_UNBOUND, in fscache_init()
126 if (!fscache_op_wq) in fscache_init()
171 destroy_workqueue(fscache_op_wq); in fscache_init()
193 destroy_workqueue(fscache_op_wq); in fscache_exit()
Dinternal.h86 extern struct workqueue_struct *fscache_op_wq;
Doperation.c48 if (!queue_work(fscache_op_wq, &op->work)) in fscache_enqueue_operation()