Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c352 struct sched_poll sched_poll; in HYPERVISOR_poll() local
355 set_xen_guest_handle(sched_poll.ports, ports); in HYPERVISOR_poll()
356 sched_poll.nr_ports = nr_ports; in HYPERVISOR_poll()
357 sched_poll.timeout = timeout; in HYPERVISOR_poll()
359 return (HYPERVISOR_sched_op(SCHEDOP_poll, &sched_poll)); in HYPERVISOR_poll()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsched.h79 struct sched_poll { struct
84 typedef struct sched_poll sched_poll_t; argument