Home
last modified time | relevance | path

Searched refs:sched_tick (Results 1 – 6 of 6) 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/scheduler/
H A Dsched-domains.rst35 through sched_tick(). It raises a softirq after the next regularly scheduled
41 the CPU was idle at the time the sched_tick() happened and iterates over all
/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.h304 extern void sched_tick(void);
/linux/kernel/time/
H A Dtimer.c2490 sched_tick(); in update_process_times()
/linux/kernel/sched/
H A Dcore.c5664 void sched_tick(void) in sched_tick() function