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
141 struct sched_poll { struct146 typedef struct sched_poll sched_poll_t; argument
916 static long do_poll(struct sched_poll *sched_poll) in do_poll() argument925 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() local1186 if ( copy_from_guest(&sched_poll, arg, 1) ) in do_sched_op()[all …]
42 struct sched_poll poll; in ring_wait()
121 ! sched_poll sched.h
Completed in 7 milliseconds