basemono           55 include/linux/rcutiny.h static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt)
basemono         1238 kernel/rcu/tree_plugin.h int rcu_needs_cpu(u64 basemono, u64 *nextevt)
basemono         1336 kernel/rcu/tree_plugin.h int rcu_needs_cpu(u64 basemono, u64 *nextevt)
basemono         1366 kernel/rcu/tree_plugin.h 	*nextevt = basemono + dj * TICK_NSEC;
basemono          662 kernel/time/tick-sched.c 	u64 basemono, next_tick, next_tmr, next_rcu, delta, expires;
basemono          669 kernel/time/tick-sched.c 		basemono = last_jiffies_update;
basemono          673 kernel/time/tick-sched.c 	ts->timer_expires_base = basemono;
basemono          685 kernel/time/tick-sched.c 	if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() ||
basemono          687 kernel/time/tick-sched.c 		next_tick = basemono + TICK_NSEC;
basemono          696 kernel/time/tick-sched.c 		next_tmr = get_next_timer_interrupt(basejiff, basemono);
basemono          706 kernel/time/tick-sched.c 	delta = next_tick - basemono;
basemono          734 kernel/time/tick-sched.c 	if (delta < (KTIME_MAX - basemono))
basemono          735 kernel/time/tick-sched.c 		expires = basemono + delta;
basemono          748 kernel/time/tick-sched.c 	u64 basemono = ts->timer_expires_base;
basemono          778 kernel/time/tick-sched.c 			    basemono, ts->next_tick, dev->next_event,