Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/compat/
A Dschedule.c27 struct sched_poll native; in compat_poll()
38 #define sched_poll compat_sched_poll macro
/xen-4.10.0-shim-comet/xen/include/public/
A Dsched.h141 struct sched_poll { struct
146 typedef struct sched_poll sched_poll_t; argument
/xen-4.10.0-shim-comet/xen/common/
A Dschedule.c916 static long do_poll(struct sched_poll *sched_poll) in do_poll() argument
925 if ( sched_poll->nr_ports > 128 ) in do_poll()
928 if ( !guest_handle_okay(sched_poll->ports, sched_poll->nr_ports) ) in do_poll()
957 for ( i = 0; i < sched_poll->nr_ports; i++ ) in do_poll()
960 if ( __copy_from_guest_offset(&port, sched_poll->ports, i, 1) ) in do_poll()
972 if ( sched_poll->nr_ports == 1 ) in do_poll()
975 if ( sched_poll->timeout != 0 ) in do_poll()
976 set_timer(&v->poll_timer, sched_poll->timeout); in do_poll()
1183 struct sched_poll sched_poll; in do_sched_op() local
1186 if ( copy_from_guest(&sched_poll, arg, 1) ) in do_sched_op()
[all …]
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dxenbus.c42 struct sched_poll poll; in ring_wait()
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst121 ! sched_poll sched.h

Completed in 8 milliseconds