Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c112 wake_up_interruptible(&hdev->req_wait_q); in hci_req_sync_complete()
123 wake_up_interruptible(&hdev->req_wait_q); in hci_req_sync_cancel()
146 err = wait_event_interruptible_timeout(hdev->req_wait_q, in __hci_cmd_sync_ev()
233 err = wait_event_interruptible_timeout(hdev->req_wait_q, in __hci_req_sync()
H A Dhci_core.c3686 init_waitqueue_head(&hdev->req_wait_q); in hci_alloc_dev()
/OK3568_Linux_fs/kernel/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.c505 INIT_LIST_HEAD(&mod->req_wait_q); in bfa_fcxp_attach()
624 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put()
1089 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait()
1099 WARN_ON(!bfa_q_is_on_q(&mod->req_wait_q, wqe) || in bfa_fcxp_walloc_cancel()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h470 wait_queue_head_t req_wait_q; member