Searched refs:sd_glock_wq (Results 1 – 3 of 3) sorted by relevance
1191 sdp->sd_glock_wq = alloc_workqueue("gfs2-glock/%s", in gfs2_fill_super()1194 if (!sdp->sd_glock_wq) in gfs2_fill_super()1310 if (sdp->sd_glock_wq) in gfs2_fill_super()1311 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()2234 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2236 flush_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2253 destroy_workqueue(sdp->sd_glock_wq); in gfs2_gl_hash_clear()2254 sdp->sd_glock_wq = NULL; in gfs2_gl_hash_clear()
773 struct workqueue_struct *sd_glock_wq; member
Completed in 16 milliseconds