Lines Matching full:reprogram
196 * to queue, then a remote reprogram is necessary. However there is no
221 * elected new base. An IPI will we issued to reprogram in hrtimer_suitable_target()
688 * T1 is removed, so this code is called and would reprogram in __hrtimer_reprogram()
690 * will not reprogram the hardware due to hang_detected being in __hrtimer_reprogram()
701 * Reprogram the event source with checking both queues for the
822 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() argument
857 !reprogram) in hrtimer_reprogram()
862 * If the timer is not on the current cpu, we cannot reprogram in hrtimer_reprogram()
873 * clock bases and reprogram the clock event device. in hrtimer_reprogram()
951 * also requires to eventually reprogram the per CPU clock event devices
1005 * Called from timekeeping code to reprogram the hrtimer interrupt device
1118 * reprogram to zero. This is useful, when the context does a reprogramming
1123 u8 newstate, int reprogram) in __remove_hrtimer() argument
1137 * Note: If reprogram is false we do not update in __remove_hrtimer()
1144 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer()
1158 bool reprogram; in remove_hrtimer() local
1169 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer()
1180 reprogram &= !keep_local; in remove_hrtimer()
1182 __remove_hrtimer(timer, base, state, reprogram); in remove_hrtimer()
1205 hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram) in hrtimer_update_softirq_timer() argument
1226 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
1241 * reprogram on removal, keep the timer local to the current CPU in __hrtimer_start_range_ns()
1295 * kick the remote CPU to reprogram the clock event. in __hrtimer_start_range_ns()
1307 * reprogramming on removal and enqueue. Force reprogram the in __hrtimer_start_range_ns()
1809 * we do not reprogram the event hardware. Happens either in in __run_hrtimer()
2309 * reprogram the event device in case the timer in migrate_hrtimer_list()
2312 * sort out already expired timers and reprogram the in migrate_hrtimer_list()