Searched refs:gfs2_control_wq (Results 1 – 3 of 3) sorted by relevance
32 struct workqueue_struct *gfs2_control_wq; variable164 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()166 if (!gfs2_control_wq) in init_gfs2_fs()187 destroy_workqueue(gfs2_control_wq); in init_gfs2_fs()232 destroy_workqueue(gfs2_control_wq); in exit_gfs2_fs()
155 extern struct workqueue_struct *gfs2_control_wq;
1140 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in gdlm_recover_done()1184 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, in gdlm_recovery_result()