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

/freebsd-10.2-release/sys/xen/interface/
H A Dsched.h76 * @arg == pointer to sched_poll structure.
79 struct sched_poll { struct
84 typedef struct sched_poll sched_poll_t;
/freebsd-10.2-release/sys/xen/
H A Dhypervisor.h121 struct sched_poll sched_poll = { local
125 set_xen_guest_handle(sched_poll.ports, ports);
127 rc = HYPERVISOR_sched_op(SCHEDOP_poll, &sched_poll);

Completed in 47 milliseconds