Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockstat.rst166 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h217 extern void scheduler_tick(void);
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c1723 scheduler_tick(); in update_process_times()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4254 void scheduler_tick(void) in scheduler_tick() function