Searched refs:gfs2_control_wq (Results 1 – 3 of 3) sorted by relevance
35 struct workqueue_struct *gfs2_control_wq; variable165 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()167 if (!gfs2_control_wq) in init_gfs2_fs()192 destroy_workqueue(gfs2_control_wq); in init_gfs2_fs()237 destroy_workqueue(gfs2_control_wq); in exit_gfs2_fs()
158 extern struct workqueue_struct *gfs2_control_wq;
1144 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in gdlm_recover_done()1188 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, in gdlm_recovery_result()