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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c108 struct fast_timer timer_expired_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
376 timer_expired_log[fast_timers_expired % NUM_TIMER_STATS] = *t;
622 t = &timer_expired_log[(fast_timers_expired - i - 1) % NUM_TIMER_STATS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dfasttimer.c91 struct fast_timer timer_expired_log[NUM_TIMER_STATS]; variable in typeref:struct:fast_timer
368 timer_expired_log[fast_timers_expired % NUM_TIMER_STATS] = *t;
597 t = &timer_expired_log[(fast_timers_expired - i - 1) % NUM_TIMER_STATS];

Completed in 36 milliseconds