Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/Documentation/locking/
Dlockstat.rst166 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/Linux-v5.15/kernel/time/
Dtimer.c1790 scheduler_tick(); in update_process_times()
/Linux-v5.15/include/linux/
Dsched.h280 extern void scheduler_tick(void);
/Linux-v5.15/kernel/sched/
Dcore.c5194 void scheduler_tick(void) in scheduler_tick() function