Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c95 wait_queue_head_t inflight_accept_req; member
745 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind()
862 if (wait_event_interruptible(map->passive.inflight_accept_req, in pvcalls_front_accept()
873 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_accept()
946 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_accept()
972 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_accept()
995 poll_wait(file, &map->passive.inflight_accept_req, wait); in pvcalls_front_poll_passive()
1143 wake_up(&map->passive.inflight_accept_req); in pvcalls_front_release()