Searched refs:scheduler_tick (Results 1 – 6 of 6) sorted by relevance
37 在kernel/sched/core.c中,trigger_load_balance()在每个CPU上通过scheduler_tick()42 后一个函数有两个入参:当前CPU的运行队列、它在scheduler_tick()调用时是否空闲。函数会从
35 through scheduler_tick(). It raises a softirq after the next regularly scheduled41 the CPU was idle at the time the scheduler_tick() happened and iterates over all
166 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
295 extern void scheduler_tick(void);
2076 scheduler_tick(); in update_process_times()
5640 void scheduler_tick(void) in scheduler_tick() function