Lines Matching full:running
43 unsigned int running:1; member
58 unsigned int running:1; /* global timer running */ member
89 if (ti->running) in ct_systimer_callback()
105 ti->running = 1; in ct_systimer_start()
117 ti->running = 0; in ct_systimer_stop()
153 if (!atimer->running) in ct_xfitimer_irq_rearm()
155 atimer->running = 1; in ct_xfitimer_irq_rearm()
160 if (atimer->running) { in ct_xfitimer_irq_stop()
164 atimer->running = 0; in ct_xfitimer_irq_stop()
176 * checks the running instance list and determines the next timer interval.
239 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
269 ti->running = 0; in ct_xfitimer_prepare()
300 ti->running = 1; in ct_xfitimer_start()
314 ti->running = 0; in ct_xfitimer_stop()
365 ti->running = 0; in ct_timer_prepare()