Home
last modified time | relevance | path

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

/xen/xen/common/sched/
A Darinc653.c592 prev->next_time = next_switch_time - now; in a653sched_do_schedule()
596 BUG_ON(prev->next_time <= 0); in a653sched_do_schedule()
A Dcore.c126 unit->next_time = -1; in sched_idle_schedule()
2112 (now - next->state_entry_time) : 0, prev->next_time); in sched_switch_units()
2210 if ( prev->next_time >= 0 ) /* -ve means no limit */ in do_schedule()
2211 set_timer(&sr->s_timer, now + prev->next_time); in do_schedule()
2309 vprev->sched_unit->next_time); in sched_context_switch()
A Drt.c1108 currunit->next_time = -1; /* if an idle unit is picked */ in rt_schedule()
1122 currunit->next_time = snext->cur_budget; in rt_schedule()
A Dnull.c844 prev->next_time = -1; in null_schedule()
A Dcredit.c1985 unit->next_time = (is_idle_unit(snext->unit) ? in csched_schedule()
A Dcredit2.c3721 currunit->next_time = csched2_runtime(ops, sched_cpu, snext, now); in csched2_schedule()
/xen/xen/include/xen/
A Dsched.h290 s_time_t next_time; member

Completed in 61 milliseconds