Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/xen/interface/
A Dsched.h121 struct sched_poll { struct
126 DEFINE_GUEST_HANDLE_STRUCT(sched_poll); argument
/linux-6.3-rc2/arch/x86/kvm/
A Dxen.c1208 struct sched_poll sched_poll; in kvm_xen_schedop_poll() local
1234 sched_poll.nr_ports = sp32.nr_ports; in kvm_xen_schedop_poll()
1235 sched_poll.timeout = sp32.timeout; in kvm_xen_schedop_poll()
1238 sizeof(sched_poll), &e)) { in kvm_xen_schedop_poll()
1244 if (unlikely(sched_poll.nr_ports > 1)) { in kvm_xen_schedop_poll()
1246 if (sched_poll.nr_ports > 128) { in kvm_xen_schedop_poll()
1251 ports = kmalloc_array(sched_poll.nr_ports, in kvm_xen_schedop_poll()
1273 if (sched_poll.nr_ports == 1) in kvm_xen_schedop_poll()
1283 if (sched_poll.timeout) in kvm_xen_schedop_poll()
1289 if (sched_poll.timeout) in kvm_xen_schedop_poll()
[all …]
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dxen_shinfo_test.c64 struct sched_poll { struct
278 struct sched_poll p = { in guest_code()
347 p = (struct sched_poll) { in guest_code()
/linux-6.3-rc2/drivers/xen/events/
A Devents_base.c2071 struct sched_poll poll; in xen_poll_irq_timeout()

Completed in 19 milliseconds