Searched refs:nextevt (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
H A Drcutree.h34 int rcu_needs_cpu(u64 basem, u64 *nextevt);
H A Drcupdate.h1104 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) rcu_needs_cpu() argument
1106 *nextevt = KTIME_MAX; rcu_needs_cpu()
/linux-4.4.14/kernel/time/
H A Dtick-internal.h103 ktime_t nextevt); tick_resume()
117 ktime_t nextevt) { BUG(); } tick_resume_oneshot()
115 tick_setup_oneshot(struct clock_event_device *newdev, void (*handler)(struct clock_event_device *), ktime_t nextevt) tick_setup_oneshot() argument
H A Dtimer.c1345 u64 nextevt = hrtimer_get_next_event(); cmp_next_hrtimer_event() local
1351 if (expires <= nextevt) cmp_next_hrtimer_event()
1358 if (nextevt <= basem) cmp_next_hrtimer_event()
1369 return DIV_ROUND_UP_ULL(nextevt, TICK_NSEC) * TICK_NSEC; cmp_next_hrtimer_event()
1384 unsigned long nextevt; get_next_timer_interrupt() local
1397 nextevt = base->next_timer; get_next_timer_interrupt()
1398 if (time_before_eq(nextevt, basej)) get_next_timer_interrupt()
1401 expires = basem + (nextevt - basej) * TICK_NSEC; get_next_timer_interrupt()
/linux-4.4.14/kernel/rcu/
H A Dtree_plugin.h1360 int rcu_needs_cpu(u64 basemono, u64 *nextevt) rcu_needs_cpu() argument
1362 *nextevt = KTIME_MAX; rcu_needs_cpu()
1470 int rcu_needs_cpu(u64 basemono, u64 *nextevt) rcu_needs_cpu() argument
1476 *nextevt = KTIME_MAX; rcu_needs_cpu()
1485 *nextevt = KTIME_MAX; rcu_needs_cpu()
1504 *nextevt = basemono + dj * TICK_NSEC; rcu_needs_cpu()

Completed in 183 milliseconds