Searched refs:runnable (Results 1 – 6 of 6) sorted by relevance
128 bool runnable, ret = false; in unit_runnable_state() local135 runnable = vcpu_runnable(v); in unit_runnable_state()137 v->new_state = runnable ? RUNSTATE_running : vcpu_runstate_blocked(v); in unit_runnable_state()139 if ( runnable ) in unit_runnable_state()
60 int runnable; // true if thread is runnable right now member
840 return new_qos->domain_info[indexof(domid)].runnable; in domain_runnable()995 new_qos->domain_info[idx].runnable = 1; in qos_switch_in()1060 new_qos->domain_info[idx].runnable = 0; in qos_state_sleeping()1094 new_qos->domain_info[idx].runnable = 1; in qos_state_runnable()
32 amount of time the domain spent in the "runnable" state (or on the run queue)
211 candidates with a smaller number of vCPUs runnable on them (due227 different nodes. Favoring candidates with fewer vCPUs already runnable
354 The domain is blocked, and not running or runnable. This can be because the
Completed in 11 milliseconds