Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-sched.c575 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_stop_sched_tick() local
582 basemono = last_jiffies_update.tv64; in tick_nohz_stop_sched_tick()
587 if (rcu_needs_cpu(basemono, &next_rcu) || in tick_nohz_stop_sched_tick()
589 next_tick = basemono + TICK_NSEC; in tick_nohz_stop_sched_tick()
598 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_stop_sched_tick()
608 delta = next_tick - basemono; in tick_nohz_stop_sched_tick()
649 if (delta < (KTIME_MAX - basemono)) in tick_nohz_stop_sched_tick()
650 expires = basemono + delta; in tick_nohz_stop_sched_tick()
/linux-4.4.14/include/linux/
Drcupdate.h1104 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
/linux-4.4.14/kernel/rcu/
Dtree_plugin.h1360 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1470 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
1504 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()