Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_svc.h96 struct list_head req_wait_q; /* wait queue for free req_fcxp */ member
H A Dbfa_svc.c485 INIT_LIST_HEAD(&mod->req_wait_q); in bfa_fcxp_attach()
604 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put()
1046 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait()
1056 WARN_ON(!bfa_q_is_on_q(&mod->req_wait_q, wqe) || in bfa_fcxp_walloc_cancel()
/linux/net/bluetooth/
H A Dhci_sync.c48 wake_up_interruptible(&hdev->req_wait_q); in hci_cmd_sync_complete()
176 err = wait_event_interruptible_timeout(hdev->req_wait_q, in __hci_cmd_sync_sk()
350 wake_up_interruptible(&hdev->req_wait_q); in hci_cmd_sync_cancel_work()
693 wake_up_interruptible(&hdev->req_wait_q); in hci_cmd_sync_cancel_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h527 wait_queue_head_t req_wait_q; member