Home
last modified time | relevance | path

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

/xen/xen/common/sched/
A Dcore.c2144 if ( vprev != vnext || vprev->runstate.state != vnext->new_state ) in sched_switch_units()
2223 if ( vprev != vnext ) in vcpu_context_saved()
2224 vprev->is_running = false; in vcpu_context_saved()
2291 if ( is_idle_vcpu(vprev) && vprev != vnext ) in sched_context_switched()
2304 if ( unlikely(vprev == vnext) ) in sched_context_switch()
2339 context_switch(vprev, vnext); in sched_context_switch()
2361 if ( is_idle_vcpu(vprev) ) in sched_force_context_switch()
2377 if ( v != vprev ) in sched_force_context_switch()
2379 if ( is_idle_vcpu(vprev) ) in sched_force_context_switch()
2478 sched_context_switch(vprev, vprev, false, now); in sched_wait_rendezvous_in()
[all …]

Completed in 7 milliseconds