Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dpvcalls-front.c97 wait_queue_head_t inflight_accept_req; member
668 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind()
775 if (wait_event_interruptible(map->passive.inflight_accept_req, in pvcalls_front_accept()
859 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_accept()
881 poll_wait(file, &map->passive.inflight_accept_req, wait); in pvcalls_front_poll_passive()
1027 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_release()