Home
last modified time | relevance | path

Searched refs:state_wq (Results 1 – 3 of 3) 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()
1485 spin_lock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_get_old()
1489 spin_unlock_irq(&clt_path->state_wq.lock); in rtrs_clt_change_state_get_old()
1576 init_waitqueue_head(&clt_path->state_wq); in alloc_path()
1971 wake_up(&clt_path->state_wq); in flag_error_on_conn()
1999 wake_up(&clt_path->state_wq); in rtrs_clt_rdma_cm_handler()
2113 clt_path->state_wq, in create_cm()
[all …]
/linux/drivers/nvme/host/
H A Dnvme.h361 wait_queue_head_t state_wq; member
H A Dcore.c633 wake_up_all(&ctrl->state_wq); in nvme_change_ctrl_state()
658 wait_event(ctrl->state_wq, in nvme_wait_reset()
5101 init_waitqueue_head(&ctrl->state_wq); in nvme_init_ctrl()