Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/scheduler/
Dsched-domains.rst35 through scheduler_tick(). It raises a softirq after the next regularly scheduled
41 at the time the scheduler_tick() happened and iterates over all sched domains
/Linux-v5.10/Documentation/locking/
Dlockstat.rst166 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/Linux-v5.10/include/linux/
Dsched.h215 extern void scheduler_tick(void);
/Linux-v5.10/kernel/time/
Dtimer.c1714 scheduler_tick(); in update_process_times()
/Linux-v5.10/kernel/sched/
Dcore.c3984 void scheduler_tick(void) in scheduler_tick() function