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

/linux-master/include/xen/interface/
H A Dsched.h75 * @arg == pointer to sched_poll structure.
121 struct sched_poll { struct
126 DEFINE_GUEST_HANDLE_STRUCT(sched_poll); variable
/linux-master/arch/x86/kvm/
H A Dxen.c1420 struct sched_poll sched_poll; local
1445 sched_poll.ports = (void *)(unsigned long)(sp32.ports);
1446 sched_poll.nr_ports = sp32.nr_ports;
1447 sched_poll.timeout = sp32.timeout;
1449 if (kvm_read_guest_virt(vcpu, param, &sched_poll,
1450 sizeof(sched_poll), &e)) {
1456 if (unlikely(sched_poll.nr_ports > 1)) {
1458 if (sched_poll.nr_ports > 128) {
1463 ports = kmalloc_array(sched_poll
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c95 struct sched_poll { struct
303 struct sched_poll p = {
352 p = (struct sched_poll) {
/linux-master/drivers/xen/events/
H A Devents_base.c2046 struct sched_poll poll;

Completed in 153 milliseconds