Lines Matching refs:running
40 unsigned int running:1; member
55 unsigned int running:1; /* global timer running */ member
85 if (ti->running) in ct_systimer_callback()
99 ti->running = 1; in ct_systimer_start()
108 ti->running = 0; in ct_systimer_stop()
143 if (!atimer->running) in ct_xfitimer_irq_rearm()
145 atimer->running = 1; in ct_xfitimer_irq_rearm()
150 if (atimer->running) { in ct_xfitimer_irq_stop()
154 atimer->running = 0; in ct_xfitimer_irq_stop()
228 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
255 ti->running = 0; in ct_xfitimer_prepare()
281 ti->running = 1; in ct_xfitimer_start()
294 ti->running = 0; in ct_xfitimer_stop()
345 ti->running = 0; in ct_timer_prepare()