Home
last modified time | relevance | path

Searched refs:sched_tick (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-domains.rst37 在kernel/sched/core.c中,sched_balance_trigger()在每个CPU上通过sched_tick()
42 后一个函数有两个入参:当前CPU的运行队列、它在sched_tick()调用时是否空闲。函数会从
/linux/Documentation/timers/
H A Dhighres.rst212 replacement (sched_tick). The functionality of the sched_tick hrtimer is
222 reprograms the sched_tick to this future event, to allow longer idle sleeps
/linux/include/linux/
H A Dsched.h328 extern void sched_tick(void);
/linux/kernel/sched/
H A Dcore.c5636 void sched_tick(void) in sched_tick() function