Searched refs:is_idle_domain (Results 1 – 11 of 11) sorted by relevance
380 if ( !is_idle_domain(d) ) in arch_vcpu_create()401 else if ( !is_idle_domain(d) ) in arch_vcpu_create()414 if ( !is_idle_domain(v->domain) ) in arch_vcpu_create()528 if ( unlikely(is_idle_domain(d)) ) in arch_domain_create()681 if ( !is_idle_domain(d) ) in arch_domain_destroy()1656 return is_pv_domain(d) && !is_idle_domain(d); in need_full_gdt()1701 if ( !is_idle_domain(pd) ) in __context_switch()1718 if ( !is_idle_domain(nd) ) in __context_switch()1749 !is_idle_domain(nd) ) in __context_switch()1794 (is_idle_domain(nextd) && cpu_online(cpu)) ) in context_switch()[all …]
229 if ( !is_idle_domain(d) ) in tboot_gen_domain_integrity()
150 (!is_idle_domain(d) && vcpu_id && !d->vcpu[vcpu_id - 1]) ) in vcpu_create()169 if ( is_idle_domain(d) ) in vcpu_create()437 if ( is_system_domain(d) && !is_idle_domain(d) ) in domain_create()440 if ( !is_idle_domain(d) ) in domain_create()456 if ( !is_idle_domain(d) ) in domain_create()
1640 !is_idle_domain(current->sched_unit->domain) ) in check_for_livepatch_work()
555 #define is_idle_domain(d) ((d)->domain_id == DOMID_IDLE) macro556 #define is_idle_vcpu(v) (is_idle_domain((v)->domain))
173 ASSERT(is_idle_domain(d)); in dom_scheduler()196 ASSERT(is_idle_domain(d)); in unit_scheduler()524 ASSERT(!is_idle_domain(d)); in sched_select_initial_cpu()543 if ( is_idle_domain(d) ) in sched_init_vcpu()578 if ( is_idle_domain(d) || (is_hardware_domain(d) && opt_dom0_vcpus_pin) ) in sched_init_vcpu()584 if ( is_idle_domain(d) ) in sched_init_vcpu()
1410 BUG_ON( is_idle_domain(sdom->dom) ); in csched_acct()
297 ASSERT(!is_idle_domain(d)); in pv_vcpu_initialise()
179 if (nextd && is_idle_domain(nextd)) in ctxt_switch_levelling()
692 if ( is_idle_domain(d) ) in arch_domain_create()
506 if ( is_idle_domain(current->domain) && !dom0_created ) in flask_domain_create()
Completed in 33 milliseconds