inflight_accept_req   94 drivers/xen/pvcalls-front.c 			wait_queue_head_t inflight_accept_req;
inflight_accept_req  690 drivers/xen/pvcalls-front.c 	init_waitqueue_head(&map->passive.inflight_accept_req);
inflight_accept_req  797 drivers/xen/pvcalls-front.c 		if (wait_event_interruptible(map->passive.inflight_accept_req,
inflight_accept_req  892 drivers/xen/pvcalls-front.c 	wake_up(&map->passive.inflight_accept_req);
inflight_accept_req  914 drivers/xen/pvcalls-front.c 		poll_wait(file, &map->passive.inflight_accept_req, wait);
inflight_accept_req 1060 drivers/xen/pvcalls-front.c 		wake_up(&map->passive.inflight_accept_req);