Searched refs:close_wq (Results 1 – 2 of 2) sorted by relevance
78 struct workqueue_struct *close_wq; member302 queue_work(ctx->file->close_wq, &ctx->close_work); in ucma_removal_event_handler()311 queue_work(ctx->file->close_wq, &con_req_eve->close_work); in ucma_removal_event_handler()595 flush_workqueue(ctx->file->close_wq); in ucma_destroy_id()1631 file->close_wq = create_singlethread_workqueue("ucma_close_id"); in ucma_open()1632 if (!file->close_wq) { in ucma_open()1662 flush_workqueue(file->close_wq); in ucma_close()1682 destroy_workqueue(file->close_wq); in ucma_close()
90 static DECLARE_WAIT_QUEUE_HEAD(close_wq);739 wake_up_all(&close_wq); in nfs4_put_stid()1140 wake_up_all(&close_wq); in put_ol_stateid_locked()3504 wait_event(close_wq, atomic_read(&s->st_stid.sc_count) == 2); in move_to_close_lru()