Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt29 through scheduler_tick(). It raises a softirq after the next regularly scheduled
35 at the time the scheduler_tick() happened and iterates over all sched domains
/linux-4.4.14/Documentation/locking/
Dlockstat.txt145 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/linux-4.4.14/kernel/time/
Dtimer.c1425 scheduler_tick(); in update_process_times()
/linux-4.4.14/include/linux/
Dsched.h375 extern void scheduler_tick(void);
/linux-4.4.14/kernel/sched/
Dcore.c2861 void scheduler_tick(void) in scheduler_tick() function