Searched refs:timer_added_log (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c199 struct fast_timer timer_added_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
362 timer_added_log[fast_timers_added % NUM_TIMER_STATS] = *t;
710 t = &timer_added_log[(fast_timers_added - i - 1) % NUM_TIMER_STATS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c197 struct fast_timer timer_added_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
353 timer_added_log[fast_timers_added % NUM_TIMER_STATS] = *t;
715 t = &timer_added_log[(fast_timers_added - i - 1) % NUM_TIMER_STATS];

Completed in 75 milliseconds