Searched refs:nextevt (Results 1 – 5 of 5) sorted by relevance
103 ktime_t nextevt);117 ktime_t nextevt) { BUG(); } in tick_setup_oneshot() argument
1345 u64 nextevt = hrtimer_get_next_event(); in cmp_next_hrtimer_event() local1351 if (expires <= nextevt) in cmp_next_hrtimer_event()1358 if (nextevt <= basem) in cmp_next_hrtimer_event()1369 return DIV_ROUND_UP_ULL(nextevt, TICK_NSEC) * TICK_NSEC; in cmp_next_hrtimer_event()1384 unsigned long nextevt; in get_next_timer_interrupt() local1397 nextevt = base->next_timer; in get_next_timer_interrupt()1398 if (time_before_eq(nextevt, basej)) in get_next_timer_interrupt()1401 expires = basem + (nextevt - basej) * TICK_NSEC; in get_next_timer_interrupt()
34 int rcu_needs_cpu(u64 basem, u64 *nextevt);
1104 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument1106 *nextevt = KTIME_MAX; in rcu_needs_cpu()
1360 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument1362 *nextevt = KTIME_MAX; in rcu_needs_cpu()1470 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument1476 *nextevt = KTIME_MAX; in rcu_needs_cpu()1485 *nextevt = KTIME_MAX; in rcu_needs_cpu()1504 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()