Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c63 static struct workqueue_struct *glock_workqueue; variable
245 if (!queue_delayed_work(glock_workqueue, &gl->gl_work, delay)) { in __gfs2_glock_queue_work()
2011 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()
2013 flush_workqueue(glock_workqueue); in gfs2_gl_hash_clear()
2287 glock_workqueue = alloc_workqueue("glock_workqueue", WQ_MEM_RECLAIM | in gfs2_glock_init()
2289 if (!glock_workqueue) { in gfs2_glock_init()
2297 destroy_workqueue(glock_workqueue); in gfs2_glock_init()
2305 destroy_workqueue(glock_workqueue); in gfs2_glock_init()
2320 destroy_workqueue(glock_workqueue); in gfs2_glock_exit()