Home
last modified time | relevance | path

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

/drivers/xen/
Dpvcalls-front.c94 wait_queue_head_t inflight_accept_req; member
691 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind()
799 if (wait_event_interruptible(map->passive.inflight_accept_req, in pvcalls_front_accept()
894 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_accept()
916 poll_wait(file, &map->passive.inflight_accept_req, wait); in pvcalls_front_poll_passive()
1062 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_release()