req_wait_q        505 drivers/scsi/bfa/bfa_svc.c 	INIT_LIST_HEAD(&mod->req_wait_q);
req_wait_q        624 drivers/scsi/bfa/bfa_svc.c 		bfa_q_deq(&mod->req_wait_q, &wqe);
req_wait_q       1089 drivers/scsi/bfa/bfa_svc.c 		list_add_tail(&wqe->qe, &mod->req_wait_q);
req_wait_q       1099 drivers/scsi/bfa/bfa_svc.c 	WARN_ON(!bfa_q_is_on_q(&mod->req_wait_q, wqe) ||
req_wait_q         96 drivers/scsi/bfa/bfa_svc.h 	struct list_head req_wait_q;	/* wait queue for free req_fcxp */
req_wait_q        376 include/net/bluetooth/hci_core.h 	wait_queue_head_t	req_wait_q;
req_wait_q       3260 net/bluetooth/hci_core.c 	init_waitqueue_head(&hdev->req_wait_q);
req_wait_q        112 net/bluetooth/hci_request.c 		wake_up_interruptible(&hdev->req_wait_q);
req_wait_q        123 net/bluetooth/hci_request.c 		wake_up_interruptible(&hdev->req_wait_q);
req_wait_q        146 net/bluetooth/hci_request.c 	err = wait_event_interruptible_timeout(hdev->req_wait_q,
req_wait_q        233 net/bluetooth/hci_request.c 	err = wait_event_interruptible_timeout(hdev->req_wait_q,