Home
last modified time | relevance | path

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

/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()
H A Dhci_core.c2527 init_waitqueue_head(&hdev->req_wait_q); in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h515 wait_queue_head_t req_wait_q; member