Home
last modified time | relevance | path

Searched refs:gfs2_control_wq (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
Dmain.c32 struct workqueue_struct *gfs2_control_wq; variable
171 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()
173 if (!gfs2_control_wq) in init_gfs2_fs()
194 destroy_workqueue(gfs2_control_wq); in init_gfs2_fs()
241 destroy_workqueue(gfs2_control_wq); in exit_gfs2_fs()
Dutil.h180 extern struct workqueue_struct *gfs2_control_wq;
Dglops.c32 extern struct workqueue_struct *gfs2_control_wq;
741 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in nondisk_go_callback()
Dlock_dlm.c1188 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in gdlm_recover_done()
1237 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, in gdlm_recovery_result()