Searched refs:sd_glock_wq (Results 1 – 3 of 3) sorted by relevance
1195 sdp->sd_glock_wq = alloc_workqueue("gfs2-glock/%s", in gfs2_fill_super()1198 if (!sdp->sd_glock_wq) in gfs2_fill_super()1314 if (sdp->sd_glock_wq) in gfs2_fill_super()1315 destroy_workqueue(sdp->sd_glock_wq); in gfs2_fill_super()
250 if (!queue_delayed_work(sdp->sd_glock_wq, &gl->gl_work, delay)) { in gfs2_glock_queue_work()2208 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2210 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2227 destroy_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2228 sdp->sd_glock_wq = NULL; in gfs2_gl_hash_clear()
774 struct workqueue_struct *sd_glock_wq; member
Completed in 15 milliseconds