Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c39 wait_queue_head_t inflight_req; member
223 wake_up(&bedata->inflight_req); in pvcalls_front_event_handler()
333 wait_event(bedata->inflight_req, in pvcalls_front_socket()
480 wait_event(bedata->inflight_req, in pvcalls_front_connect()
714 wait_event(bedata->inflight_req, in pvcalls_front_bind()
764 wait_event(bedata->inflight_req, in pvcalls_front_listen()
882 if (wait_event_interruptible(bedata->inflight_req, in pvcalls_front_accept()
948 poll_wait(file, &bedata->inflight_req, wait); in pvcalls_front_poll_passive()
969 poll_wait(file, &bedata->inflight_req, wait); in pvcalls_front_poll_active()
1056 wait_event(bedata->inflight_req, in pvcalls_front_release()
[all...]