Searched refs:basemono (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
H A D | tick-sched.c | 742 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local 749 basemono = last_jiffies_update; in tick_nohz_next_event() 753 ts->timer_expires_base = basemono; in tick_nohz_next_event() 765 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event() 767 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event() 776 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event() 786 delta = next_tick - basemono; in tick_nohz_next_event() 814 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event() 815 expires = basemono + delta; in tick_nohz_next_event() 828 u64 basemono in tick_nohz_stop_tick() local [all...] |
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-sched.c | 803 u64 basemono, next_tick, delta, expires; in tick_nohz_next_event() local 810 basemono = last_jiffies_update; in tick_nohz_next_event() 814 ts->timer_expires_base = basemono; in tick_nohz_next_event() 828 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event() 837 next_tick = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event() 845 delta = next_tick - basemono; in tick_nohz_next_event() 873 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event() 874 expires = basemono + delta; in tick_nohz_next_event() 887 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local 916 printk_once("basemono in tick_nohz_stop_tick() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | rcutiny.h | 71 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree_plugin.h | 1257 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()
|
Completed in 7 milliseconds