Lines Matching refs:tevt
2026 struct timer_events *tevt) in fetch_next_timer_interrupt() argument
2047 tevt->local = basem + (u64)(nextevt - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2062 tevt->global = tevt->local; in fetch_next_timer_interrupt()
2073 tevt->global = basem + (u64)(nextevt_global - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2076 tevt->local = basem + (u64)(nextevt_local - basej) * TICK_NSEC; in fetch_next_timer_interrupt()
2098 struct timer_events *tevt, in fetch_next_timer_interrupt_remote() argument
2104 tevt->local = tevt->global = KTIME_MAX; in fetch_next_timer_interrupt_remote()
2112 fetch_next_timer_interrupt(basej, basem, base_local, base_global, tevt); in fetch_next_timer_interrupt_remote()
2182 bool timer_base_idle, struct timer_events *tevt) in timer_use_tmigr() argument
2187 next_tmigr = tmigr_cpu_new_timer(tevt->global); in timer_use_tmigr()
2189 next_tmigr = tmigr_cpu_deactivate(tevt->global); in timer_use_tmigr()
2191 next_tmigr = tmigr_quick_check(tevt->global); in timer_use_tmigr()
2198 if (next_tmigr < tevt->local) { in timer_use_tmigr()
2208 tevt->local = next_tmigr; in timer_use_tmigr()
2214 bool timer_base_idle, struct timer_events *tevt) in timer_use_tmigr() argument
2220 tevt->local = min_t(u64, tevt->local, tevt->global); in timer_use_tmigr()
2227 struct timer_events tevt = { .local = KTIME_MAX, .global = KTIME_MAX }; in __get_next_timer_interrupt() local
2239 return tevt.local; in __get_next_timer_interrupt()
2249 base_global, &tevt); in __get_next_timer_interrupt()
2265 base_local->is_idle, &tevt); in __get_next_timer_interrupt()
2318 return cmp_next_hrtimer_event(basem, tevt.local); in __get_next_timer_interrupt()