Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c502 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
609 nextt = t->next; in proc_fasttimer_show()
622 if (t->next != nextt) in proc_fasttimer_show()
624 t = nextt; in proc_fasttimer_show()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c476 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
582 nextt = t->next; in proc_fasttimer_show()
595 if (t->next != nextt) in proc_fasttimer_show()
597 t = nextt; in proc_fasttimer_show()