Searched refs:wake (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | shim.c | 769 bool wake; in pv_shim_cpu_up() local 793 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in pv_shim_cpu_up() 795 if ( wake ) in pv_shim_cpu_up()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched-if.h | 163 void (*wake) (const struct scheduler *, struct vcpu *); member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domain.c | 1303 bool wake = false; in do_vcpu_op() local 1309 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in do_vcpu_op() 1311 if ( wake ) in do_vcpu_op()
|
A D | sched_arinc653.c | 753 .wake = a653sched_vcpu_wake,
|
A D | sched_null.c | 928 .wake = null_vcpu_wake,
|
A D | sched_rt.c | 1606 .wake = rt_vcpu_wake,
|
A D | schedule.c | 482 SCHED_OP(vcpu_scheduler(v), wake, v); in vcpu_wake()
|
A D | sched_credit.c | 2269 .wake = csched_vcpu_wake,
|
A D | sched_credit2.c | 4032 .wake = csched2_vcpu_wake,
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd-pi.txt | 217 - Introduce a new global vector which is used to wake up the blocked vCPU. 257 - Set 'NV' to ' pi_wakeup_vector ', so we can wake up the 283 another global vector, naming 'pi_wakeup_vector' to wake up the blocked vCPU.
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vlapic.c | 364 bool_t wake = 0; in vlapic_accept_irq() local 367 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in vlapic_accept_irq() 369 if ( wake ) in vlapic_accept_irq()
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 129 /* wake up the application task */
|
Completed in 34 milliseconds