Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c209 lockdep_assert_held(&clt_path->state_wq.lock); in rtrs_clt_change_state()
286 wake_up_locked(&clt_path->state_wq); in rtrs_clt_change_state()
298 spin_lock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_from_to()
301 spin_unlock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_from_to()
1480 spin_lock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_get_old()
1484 spin_unlock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_get_old()
1572 init_waitqueue_head(&clt_path->state_wq); in alloc_path()
1968 wake_up(&clt_path->state_wq); in flag_error_on_conn()
1996 wake_up(&clt_path->state_wq); in rtrs_clt_rdma_cm_handler()
2084 clt_path->state_wq, in create_cm()
[all …]
H A Drtrs-clt.h129 wait_queue_head_t state_wq; member
/linux/drivers/nvme/host/
H A Dnvme.h302 wait_queue_head_t state_wq; member
H A Dcore.c632 wake_up_all(&ctrl->state_wq); in nvme_change_ctrl_state()
657 wait_event(ctrl->state_wq, in nvme_wait_reset()
4810 init_waitqueue_head(&ctrl->state_wq); in nvme_init_ctrl()