Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c689 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
696 basemono = last_jiffies_update; in tick_nohz_next_event()
700 ts->timer_expires_base = basemono; in tick_nohz_next_event()
712 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
714 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
723 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()
733 delta = next_tick - basemono; in tick_nohz_next_event()
761 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
762 expires = basemono + delta; in tick_nohz_next_event()
775 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Drcutiny.h71 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h1257 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1347 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1372 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()