Searched refs:TICK_DO_TIMER_NONE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dtick-common.c47 * TICK_DO_TIMER_NONE, i.e. a non existing CPU. So the next cpu which looks
185 tick_do_timer_cpu = TICK_DO_TIMER_NONE; tick_setup_device()
348 TICK_DO_TIMER_NONE; tick_handover_do_timer()
H A Dtick-internal.h12 # define TICK_DO_TIMER_NONE -1 macro
H A Dtick-sched.c124 if (unlikely(tick_do_timer_cpu == TICK_DO_TIMER_NONE) tick_sched_do_timer()
624 tick_do_timer_cpu = TICK_DO_TIMER_NONE; tick_nohz_stop_sched_tick()
626 } else if (tick_do_timer_cpu != TICK_DO_TIMER_NONE) { tick_nohz_stop_sched_tick()
749 tick_do_timer_cpu = TICK_DO_TIMER_NONE; can_stop_idle_tick()
784 if (tick_do_timer_cpu == TICK_DO_TIMER_NONE) can_stop_idle_tick()

Completed in 141 milliseconds