Searched refs:sched_poll (Results 1 – 2 of 2) sorted by relevance
387 struct sched_poll sched_poll; in HYPERVISOR_poll() local390 set_xen_guest_handle(sched_poll.ports, ports); in HYPERVISOR_poll()391 sched_poll.nr_ports = nr_ports; in HYPERVISOR_poll()392 sched_poll.timeout = timeout; in HYPERVISOR_poll()394 return (HYPERVISOR_sched_op(SCHEDOP_poll, &sched_poll)); in HYPERVISOR_poll()
79 struct sched_poll { struct84 typedef struct sched_poll sched_poll_t; argument