Searched refs:SCHEDOP_poll (Results 1 – 2 of 2) sorted by relevance
| /linux/include/xen/interface/ |
| H A D | sched.h | 77 #define SCHEDOP_poll 3 macro
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 85 #define SCHEDOP_poll 3 macro 307 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 313 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 319 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 331 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 366 __xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 471 * event channels, which lets it intercept SCHEDOP_poll */ in main() 823 printf("Testing SCHEDOP_poll with already pending event\n"); in main() 830 printf("Testing SCHEDOP_poll timeout\n"); in main() 837 printf("Testing SCHEDOP_poll wak in main() [all...] |