Home
last modified time | relevance | path

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

/xen/xen/common/
A Ddomctl.c173 if ( !(v->pause_flags & VPF_blocked) ) in getdomaininfo()
725 op->u.getvcpuinfo.blocked = !!(v->pause_flags & VPF_blocked); in do_domctl()
/xen/xen/common/sched/
A Dprivate.h115 return (v->pause_flags & VPF_blocked) ? RUNSTATE_blocked : RUNSTATE_offline; in vcpu_runstate_blocked()
A Dcore.c244 if ( !(v->pause_flags & VPF_blocked) || in vcpu_urgent_count_update()
253 if ( unlikely(v->pause_flags & VPF_blocked) && in vcpu_urgent_count_update()
887 else if ( !(v->pause_flags & VPF_blocked) ) in vcpu_wake()
2147 ((vprev->pause_flags & VPF_blocked) ? RUNSTATE_blocked : in sched_switch_units()
/xen/xen/arch/x86/hvm/
A Dvpt.c228 if ( v->pause_flags & VPF_blocked ) in pt_save_timer()
/xen/xen/include/xen/
A Dsched.h819 #define VPF_blocked (1UL<<_VPF_blocked) macro

Completed in 17 milliseconds