Searched refs:basemono (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/kernel/time/ |
D | tick-sched.c | 658 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local 665 basemono = last_jiffies_update; in tick_nohz_next_event() 669 ts->timer_expires_base = basemono; in tick_nohz_next_event() 681 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event() 683 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event() 692 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event() 702 delta = next_tick - basemono; in tick_nohz_next_event() 730 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event() 731 expires = basemono + delta; in tick_nohz_next_event() 744 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local [all …]
|
/Linux-v5.4/include/linux/ |
D | rcutiny.h | 55 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
|
/Linux-v5.4/kernel/rcu/ |
D | tree_plugin.h | 1237 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument 1335 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument 1365 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()
|