Home
last modified time | relevance | path

Searched refs:s_timer (Results 1 – 2 of 2) sorted by relevance

/xen/xen/common/sched/
A Dcore.c2211 set_timer(&sr->s_timer, now + prev->next_time); in do_schedule()
2558 stop_timer(&get_sched_res(cpu)->s_timer); in sched_slave()
2610 stop_timer(&sr->s_timer); in schedule()
2699 init_timer(&sr->s_timer, s_timer_fn, NULL, cpu); in cpu_schedule_up()
2753 kill_timer(&sr->s_timer); in cpu_schedule_down()
3067 kill_timer(&sr_old->s_timer); in schedule_cpu_add()
3194 init_timer(&sr_new[idx]->s_timer, s_timer_fn, NULL, cpu_iter); in schedule_cpu_rm()
A Dprivate.h52 struct timer s_timer; /* scheduling timer */ member

Completed in 9 milliseconds