Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_request.c110 wake_up_interruptible(&hdev->req_wait_q); in hci_req_sync_complete()
156 err = wait_event_interruptible_timeout(hdev->req_wait_q, in __hci_req_sync()
Dhci_sync.c44 wake_up_interruptible(&hdev->req_wait_q); in hci_cmd_sync_complete()
166 err = wait_event_interruptible_timeout(hdev->req_wait_q, in __hci_cmd_sync_sk()
322 wake_up_interruptible(&hdev->req_wait_q); in hci_cmd_sync_cancel_work()
667 wake_up_interruptible(&hdev->req_wait_q); in __hci_cmd_sync_cancel()
Dhci_core.c2542 init_waitqueue_head(&hdev->req_wait_q); in hci_alloc_dev_priv()
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_svc.h96 struct list_head req_wait_q; /* wait queue for free req_fcxp */ member
Dbfa_svc.c499 INIT_LIST_HEAD(&mod->req_wait_q); in bfa_fcxp_attach()
618 bfa_q_deq(&mod->req_wait_q, &wqe); in bfa_fcxp_put()
1083 list_add_tail(&wqe->qe, &mod->req_wait_q); in bfa_fcxp_req_rsp_alloc_wait()
1093 WARN_ON(!bfa_q_is_on_q(&mod->req_wait_q, wqe) || in bfa_fcxp_walloc_cancel()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h542 wait_queue_head_t req_wait_q; member