• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/

Lines Matching refs:timers

6 #include <linux/posix-timers.h>
418 * Clean out CPU timers still ticking when a thread exited. The task
565 * Insert the timer on the appropriate list before any timers that
701 * Guts of sys_timer_settime for CPU timers.
961 * Check for any per-thread CPU timers that have fired and move them off
963 * tsk->it_*_expires values to reflect the remaining thread CPU timers.
969 struct list_head *timers = tsk->cpu_timers;
973 while (!list_empty(timers)) {
974 struct cpu_timer_list *t = list_first_entry(timers,
985 ++timers;
988 while (!list_empty(timers)) {
989 struct cpu_timer_list *t = list_first_entry(timers,
1000 ++timers;
1003 while (!list_empty(timers)) {
1004 struct cpu_timer_list *t = list_first_entry(timers,
1017 * Check for any per-thread CPU timers that have fired and move them
1018 * off the tsk->*_timers list onto the firing list. Per-thread timers
1029 struct list_head *timers = sig->cpu_timers;
1032 * Don't sample the current process CPU clocks if there are no timers.
1034 if (list_empty(&timers[CPUCLOCK_PROF]) &&
1037 list_empty(&timers[CPUCLOCK_VIRT]) &&
1039 list_empty(&timers[CPUCLOCK_SCHED]))
1059 while (!list_empty(timers)) {
1060 struct cpu_timer_list *t = list_first_entry(timers,
1071 ++timers;
1074 while (!list_empty(timers)) {
1075 struct cpu_timer_list *t = list_first_entry(timers,
1086 ++timers;
1089 while (!list_empty(timers)) {
1090 struct cpu_timer_list *t = list_first_entry(timers,
1102 * Check for the special case process timers.
1169 * process CPU timers.
1287 * already updated our counts. We need to check if any timers fire now.
1317 * all the timers that are firing, and put them on the firing list.
1335 * Now that all the timers on our list have the firing flag,
1359 * Set one of the process-wide special case CPU timers.
1398 * Check whether there are any process timers already set to fire