Searched refs:sched_tick (Results 1 – 6 of 6) sorted by relevance
37 在kernel/sched/core.c中,sched_balance_trigger()在每个CPU上通过sched_tick()42 后一个函数有两个入参:当前CPU的运行队列、它在sched_tick()调用时是否空闲。函数会从
35 through sched_tick(). It raises a softirq after the next regularly scheduled41 the CPU was idle at the time the sched_tick() happened and iterates over all
212 replacement (sched_tick). The functionality of the sched_tick hrtimer is222 reprograms the sched_tick to this future event, to allow longer idle sleeps
309 extern void sched_tick(void);
2524 sched_tick(); in update_process_times()
5584 void sched_tick(void) in sched_tick() function