Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c105 struct fast_timer timer_added_log[NUM_TIMER_STATS]; variable
252 timer_added_log[fast_timers_added % NUM_TIMER_STATS] = *t; in start_one_shot_timer()
572 t = &timer_added_log[(fast_timers_added - i - 1) % NUM_TIMER_STATS]; in proc_fasttimer_show()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c89 struct fast_timer timer_added_log[NUM_TIMER_STATS]; variable
231 timer_added_log[fast_timers_added % NUM_TIMER_STATS] = *t; in start_one_shot_timer()
545 t = &timer_added_log[(fast_timers_added - i - 1) % NUM_TIMER_STATS]; in proc_fasttimer_show()