Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglock.c69 static struct workqueue_struct *glock_workqueue; variable
278 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) { in gfs2_glock_queue_work()
2232 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()
2234 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()
2505 glock_workqueue = alloc_workqueue("glock_workqueue", WQ_MEM_RECLAIM | in gfs2_glock_init()
2507 if (!glock_workqueue) { in gfs2_glock_init()
2514 destroy_workqueue(glock_workqueue); in gfs2_glock_init()
2529 destroy_workqueue(glock_workqueue); in gfs2_glock_exit()