Lines Matching refs:running
40 unsigned int running:1; member
55 unsigned int running:1; /* global timer running */ member
86 if (ti->running) in ct_systimer_callback()
102 ti->running = 1; in ct_systimer_start()
114 ti->running = 0; in ct_systimer_stop()
150 if (!atimer->running) in ct_xfitimer_irq_rearm()
152 atimer->running = 1; in ct_xfitimer_irq_rearm()
157 if (atimer->running) { in ct_xfitimer_irq_stop()
161 atimer->running = 0; in ct_xfitimer_irq_stop()
236 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
266 ti->running = 0; in ct_xfitimer_prepare()
297 ti->running = 1; in ct_xfitimer_start()
311 ti->running = 0; in ct_xfitimer_stop()
362 ti->running = 0; in ct_timer_prepare()