Home
last modified time | relevance | path

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

/linux-6.15/include/xen/interface/
H A Dsched.h121 struct sched_poll { struct
126 DEFINE_GUEST_HANDLE_STRUCT(sched_poll); argument
/linux-6.15/arch/x86/kvm/
H A Dxen.c1474 struct sched_poll sched_poll; in kvm_xen_schedop_poll() local
1500 sched_poll.nr_ports = sp32.nr_ports; in kvm_xen_schedop_poll()
1501 sched_poll.timeout = sp32.timeout; in kvm_xen_schedop_poll()
1504 sizeof(sched_poll), &e)) { in kvm_xen_schedop_poll()
1510 if (unlikely(sched_poll.nr_ports > 1)) { in kvm_xen_schedop_poll()
1512 if (sched_poll.nr_ports > 128) { in kvm_xen_schedop_poll()
1517 ports = kmalloc_array(sched_poll.nr_ports, in kvm_xen_schedop_poll()
1539 if (sched_poll.nr_ports == 1) in kvm_xen_schedop_poll()
1549 if (sched_poll.timeout) in kvm_xen_schedop_poll()
1555 if (sched_poll.timeout) in kvm_xen_schedop_poll()
[all …]
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c95 struct sched_poll { struct
301 struct sched_poll p = { in guest_code()
350 p = (struct sched_poll) { in guest_code()
/linux-6.15/drivers/xen/events/
H A Devents_base.c2040 struct sched_poll poll; in xen_poll_irq_timeout()