Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/xen/
Dtime.c138 scheduler_tick(); in consider_steal_time()
/linux-3.4.99/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-3.4.99/Documentation/
Dlockstat.txt141 … &rq->lock 428 [<ffffffff81045f98>] scheduler_tick+0x46/0x1fb
/linux-3.4.99/Documentation/trace/
Dftrace.txt1231 0 scheduler_tick+0xb5/0x1bf <- task_tick_idle+0x5/0x6
1233 0 scheduler_tick+0x139/0x1bf <- scheduler_tick+0xed/0x1bf
1234 0 scheduler_tick+0x17c/0x1bf <- scheduler_tick+0x148/0x1bf
1236 0 scheduler_tick+0x1b6/0x1bf <- scheduler_tick+0x1aa/0x1bf
/linux-3.4.99/kernel/
Dtimer.c1354 scheduler_tick(); in update_process_times()
/linux-3.4.99/include/linux/
Dsched.h308 extern void scheduler_tick(void);
/linux-3.4.99/kernel/sched/
Dcore.c3217 void scheduler_tick(void) in scheduler_tick() function