Home
last modified time | relevance | path

Searched refs:scheduler_tick (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/Documentation/translations/zh_CN/scheduler/
Dsched-domains.rst37 在kernel/sched/core.c中,trigger_load_balance()在每个CPU上通过scheduler_tick()
42 后一个函数有两个入参:当前CPU的运行队列、它在scheduler_tick()调用时是否空闲。函数会从
/linux-6.6.21/Documentation/scheduler/
Dsched-domains.rst35 through scheduler_tick(). It raises a softirq after the next regularly scheduled
41 the CPU was idle at the time the scheduler_tick() happened and iterates over all
/linux-6.6.21/Documentation/locking/
Dlockstat.rst166 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/linux-6.6.21/include/linux/
Dsched.h295 extern void scheduler_tick(void);
/linux-6.6.21/kernel/time/
Dtimer.c2076 scheduler_tick(); in update_process_times()
/linux-6.6.21/kernel/sched/
Dcore.c5640 void scheduler_tick(void) in scheduler_tick() function