Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/lightnvm/
Dpblk-init.c426 pblk->close_wq = alloc_workqueue("pblk-close-wq", in pblk_core_init()
428 if (!pblk->close_wq) in pblk_core_init()
454 destroy_workqueue(pblk->close_wq); in pblk_core_init()
476 if (pblk->close_wq) in pblk_core_free()
477 destroy_workqueue(pblk->close_wq); in pblk_core_free()
Dpblk-write.c251 queue_work(pblk->close_wq, &recovery->ws_rec); in pblk_end_w_fail()
291 GFP_ATOMIC, pblk->close_wq); in pblk_end_io_write_meta()
Dpblk.h697 struct workqueue_struct *close_wq; member
Dpblk-core.c1483 flush_workqueue(pblk->close_wq); in pblk_line_close_meta_sync()
/linux-4.19.296/fs/nfsd/
Dnfs4state.c99 static DECLARE_WAIT_QUEUE_HEAD(close_wq);
863 wake_up_all(&close_wq); in nfs4_put_stid()
1278 wake_up_all(&close_wq); in put_ol_stateid_locked()
3816 wait_event(close_wq, refcount_read(&s->st_stid.sc_count) == 2); in move_to_close_lru()