Searched refs:snext (Results 1 – 3 of 3) sorted by relevance
3189 rt_credit = snext->credit; in csched2_runtime()3224 if ( has_cap(snext) ) in csched2_runtime()3225 time = snext->budget < time ? snext->budget : time; in csched2_runtime()3263 snext = scurr; in runq_candidate()3334 snext = scurr; in runq_candidate()3394 snext = svc; in runq_candidate()3417 if ( unlikely(snext->tickled_cpu != -1 && snext->tickled_cpu != cpu) ) in runq_candidate()3427 return snext; in runq_candidate()3524 if ( snext != scurr in csched2_schedule()3535 if ( snext != scurr ) in csched2_schedule()[all …]
1106 struct rt_vcpu *snext = NULL; in rt_schedule() local1132 snext = rt_vcpu(idle_vcpu[cpu]); in rt_schedule()1137 if ( snext == NULL ) in rt_schedule()1146 snext = scurr; in rt_schedule()1149 if ( snext != scurr && in rt_schedule()1154 snext->last_start = now; in rt_schedule()1156 if ( !is_idle_vcpu(snext->vcpu) ) in rt_schedule()1158 if ( snext != scurr ) in rt_schedule()1160 q_remove(snext); in rt_schedule()1165 snext->vcpu->processor = cpu; in rt_schedule()[all …]
1826 __runq_remove(snext); in csched_load_balance()1827 return snext; in csched_load_balance()1842 struct csched_vcpu *snext; in csched_schedule() local1909 snext = scurr; in csched_schedule()1910 snext->start_time += now; in csched_schedule()1951 snext = __runq_elem(runq->next); in csched_schedule()1976 __runq_remove(snext); in csched_schedule()1978 snext = csched_load_balance(prv, cpu, snext, &ret.migrated); in csched_schedule()1994 if ( !is_idle_vcpu(snext->vcpu) ) in csched_schedule()1995 snext->start_time += now; in csched_schedule()[all …]
Completed in 17 milliseconds