sched_poll
struct sched_poll sched_poll;
set_xen_guest_handle(sched_poll.ports, ports);
sched_poll.nr_ports = nr_ports;
sched_poll.timeout = timeout;
return (HYPERVISOR_sched_op(SCHEDOP_poll, &sched_poll));
typedef struct sched_poll sched_poll_t;