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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp.c120 * o2net_wq. teardown detaches the callbacks before destroying the workqueue.
126 static struct workqueue_struct *o2net_wq; variable in typeref:struct:workqueue_struct
358 if (!queue_work(o2net_wq, work))
366 if (!queue_delayed_work(o2net_wq, work, delay))
423 queue_delayed_work(o2net_wq, &nn->nn_still_up,
451 if (!valid && o2net_wq) {
461 queue_delayed_work(o2net_wq, &nn->nn_connect_work, delay);
916 if (o2net_wq == NULL) {
1584 if (o2net_wq) {
1588 flush_workqueue(o2net_wq);
[all...]

Completed in 71 milliseconds