Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c500 int num_to_show; in proc_fasttimer_show() local
539 num_to_show = (fast_timers_started < NUM_TIMER_STATS ? fast_timers_started: in proc_fasttimer_show()
542 for (i = 0; i < num_to_show; i++) { in proc_fasttimer_show()
568 num_to_show = (fast_timers_added < NUM_TIMER_STATS ? fast_timers_added: in proc_fasttimer_show()
571 for (i = 0; i < num_to_show; i++) { in proc_fasttimer_show()
586 num_to_show = (fast_timers_expired < NUM_TIMER_STATS ? fast_timers_expired: in proc_fasttimer_show()
589 for (i = 0; i < num_to_show; i++) { in proc_fasttimer_show()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c474 int num_to_show; in proc_fasttimer_show() local
513 num_to_show = (fast_timers_started < NUM_TIMER_STATS ? fast_timers_started: in proc_fasttimer_show()
516 for (i = 0; i < num_to_show; i++) { in proc_fasttimer_show()
541 num_to_show = (fast_timers_added < NUM_TIMER_STATS ? fast_timers_added: in proc_fasttimer_show()
544 for (i = 0; i < num_to_show; i++) { in proc_fasttimer_show()
559 num_to_show = (fast_timers_expired < NUM_TIMER_STATS ? fast_timers_expired: in proc_fasttimer_show()
562 for (i = 0; i < num_to_show; i++){ in proc_fasttimer_show()