Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_core.c154 wake_up_interruptible(&hdev->req_wait_q); in hci_req_sync_complete()
165 wake_up_interruptible(&hdev->req_wait_q); in hci_req_cancel()
185 add_wait_queue(&hdev->req_wait_q, &wait); in __hci_cmd_sync_ev()
190 remove_wait_queue(&hdev->req_wait_q, &wait); in __hci_cmd_sync_ev()
197 remove_wait_queue(&hdev->req_wait_q, &wait); in __hci_cmd_sync_ev()
259 add_wait_queue(&hdev->req_wait_q, &wait); in __hci_req_sync()
266 remove_wait_queue(&hdev->req_wait_q, &wait); in __hci_req_sync()
282 remove_wait_queue(&hdev->req_wait_q, &wait); in __hci_req_sync()
3079 init_waitqueue_head(&hdev->req_wait_q); in hci_alloc_dev()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.h103 struct list_head req_wait_q; /* wait queue for free req_fcxp */ member
Dbfa_svc.c540 INIT_LIST_HEAD(&mod->req_wait_q); in bfa_fcxp_attach()
674 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put()
1139 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait()
1149 WARN_ON(!bfa_q_is_on_q(&mod->req_wait_q, wqe) || in bfa_fcxp_walloc_cancel()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h331 wait_queue_head_t req_wait_q; member