Home
last modified time | relevance | path

Searched refs:basemono (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
A Dtick-sched.c771 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
778 basemono = last_jiffies_update; in tick_nohz_next_event()
782 ts->timer_expires_base = basemono; in tick_nohz_next_event()
794 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
796 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
805 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()
815 delta = next_tick - basemono; in tick_nohz_next_event()
843 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
844 expires = basemono + delta; in tick_nohz_next_event()
857 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local
[all …]
/linux/include/linux/
A Drcutiny.h67 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
/linux/kernel/rcu/
A Dtree_plugin.h1267 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1357 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1382 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()

Completed in 12 milliseconds