Searched refs:timer_expired_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.c201 struct fast_timer timer_expired_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
480 timer_expired_log[fast_timers_expired % NUM_TIMER_STATS] = *t;
730 t = &timer_expired_log[(fast_timers_expired - 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.c199 struct fast_timer timer_expired_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
488 timer_expired_log[fast_timers_expired % NUM_TIMER_STATS] = *t;
735 t = &timer_expired_log[(fast_timers_expired - i - 1) % NUM_TIMER_STATS];

Completed in 101 milliseconds