Searched refs:sched_poll (Results 1 – 5 of 5) sorted by relevance
27 struct sched_poll native; in compat_poll()38 #define sched_poll compat_sched_poll macro
1383 static long do_poll(struct sched_poll *sched_poll) in do_poll() argument1392 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() local1865 if ( copy_from_guest(&sched_poll, arg, 1) ) in do_sched_op()[all …]
141 struct sched_poll { struct146 typedef struct sched_poll sched_poll_t; argument
42 struct sched_poll poll; in ring_wait()
136 ! sched_poll sched.h
Completed in 9 milliseconds