Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dmain.c32 struct workqueue_struct *gfs2_control_wq; variable
160 gfs2_control_wq = alloc_workqueue("gfs2_control", in init_gfs2_fs()
162 if (!gfs2_control_wq) in init_gfs2_fs()
195 destroy_workqueue(gfs2_control_wq); in init_gfs2_fs()
238 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;
725 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in nondisk_go_callback()
Dlock_dlm.c1204 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, 0); in gdlm_recover_done()
1253 queue_delayed_work(gfs2_control_wq, &sdp->sd_control_work, in gdlm_recovery_result()