Lines Matching refs:running
43 unsigned int running:1; member
58 unsigned int running:1; /* global timer running */ member
89 if (ti->running) in ct_systimer_callback()
106 ti->running = 1; in ct_systimer_start()
118 ti->running = 0; in ct_systimer_stop()
154 if (!atimer->running) in ct_xfitimer_irq_rearm()
156 atimer->running = 1; in ct_xfitimer_irq_rearm()
161 if (atimer->running) { in ct_xfitimer_irq_stop()
165 atimer->running = 0; in ct_xfitimer_irq_stop()
240 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
270 ti->running = 0; in ct_xfitimer_prepare()
301 ti->running = 1; in ct_xfitimer_start()
315 ti->running = 0; in ct_xfitimer_stop()
366 ti->running = 0; in ct_timer_prepare()