Searched refs:glock_workqueue (Results 1 – 1 of 1) sorted by relevance
64 static struct workqueue_struct *glock_workqueue; variable251 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) { in __gfs2_glock_queue_work()2229 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()2231 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()2511 glock_workqueue = alloc_workqueue("glock_workqueue", WQ_MEM_RECLAIM | in gfs2_glock_init()2513 if (!glock_workqueue) { in gfs2_glock_init()2521 destroy_workqueue(glock_workqueue); in gfs2_glock_init()2529 destroy_workqueue(glock_workqueue); in gfs2_glock_init()2544 destroy_workqueue(glock_workqueue); in gfs2_glock_exit()
Completed in 7 milliseconds