Home
last modified time | relevance | path

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

/xen/xen/common/sched/
A Dcompat.c27 struct sched_poll native; in compat_poll()
38 #define sched_poll compat_sched_poll macro
A Dcore.c1383 static long do_poll(struct sched_poll *sched_poll) in do_poll() argument
1392 if ( sched_poll->nr_ports > 128 ) in do_poll()
1395 if ( !guest_handle_okay(sched_poll->ports, sched_poll->nr_ports) ) in do_poll()
1424 for ( i = 0; i < sched_poll->nr_ports; i++ ) in do_poll()
1427 if ( __copy_from_guest_offset(&port, sched_poll->ports, i, 1) ) in do_poll()
1439 if ( sched_poll->nr_ports == 1 ) in do_poll()
1442 if ( sched_poll->timeout != 0 ) in do_poll()
1443 set_timer(&v->poll_timer, sched_poll->timeout); in do_poll()
1862 struct sched_poll sched_poll; in do_sched_op() local
1865 if ( copy_from_guest(&sched_poll, arg, 1) ) in do_sched_op()
[all …]
/xen/xen/include/public/
A Dsched.h141 struct sched_poll { struct
146 typedef struct sched_poll sched_poll_t; argument
/xen/tools/firmware/hvmloader/
A Dxenbus.c42 struct sched_poll poll; in ring_wait()
/xen/xen/include/
A Dxlat.lst136 ! sched_poll sched.h

Completed in 9 milliseconds