Searched refs:nextevt (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | posix-timers.h | 116 u64 nextevt; member 149 pct->bases[0].nextevt = U64_MAX; in posix_cputimers_init() 150 pct->bases[1].nextevt = U64_MAX; in posix_cputimers_init() 151 pct->bases[2].nextevt = U64_MAX; in posix_cputimers_init() 159 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog() 164 .nextevt = U64_MAX, \
|
A D | rcutiny.h | 67 static inline int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument 69 *nextevt = KTIME_MAX; in rcu_needs_cpu()
|
A D | rcutree.h | 22 int rcu_needs_cpu(u64 basem, u64 *nextevt);
|
/linux/kernel/time/ |
A D | posix-cpu-timers.c | 148 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive() 149 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive() 432 base->nextevt = 0; in trigger_base_recalc_expires() 565 if (newexp < base->nextevt) in arm_timer() 566 base->nextevt = newexp; in arm_timer() 999 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers() 1002 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers() 1399 u64 now, *nextevt; in set_process_cpu_timer() local 1404 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer() 1430 if (*newval < *nextevt) in set_process_cpu_timer() [all …]
|
A D | timer.c | 1601 u64 nextevt = hrtimer_get_next_event(); in cmp_next_hrtimer_event() local 1607 if (expires <= nextevt) in cmp_next_hrtimer_event() 1614 if (nextevt <= basem) in cmp_next_hrtimer_event() 1625 return DIV_ROUND_UP_ULL(nextevt, TICK_NSEC) * TICK_NSEC; in cmp_next_hrtimer_event() 1640 unsigned long nextevt; in get_next_timer_interrupt() local 1652 nextevt = base->next_expiry; in get_next_timer_interrupt() 1660 if (time_after(nextevt, basej)) in get_next_timer_interrupt() 1662 else if (time_after(nextevt, base->clk)) in get_next_timer_interrupt() 1663 base->clk = nextevt; in get_next_timer_interrupt() 1666 if (time_before_eq(nextevt, basej)) { in get_next_timer_interrupt() [all …]
|
A D | tick-internal.h | 102 ktime_t nextevt); 116 ktime_t nextevt) { BUG(); } in tick_setup_oneshot() argument
|
A D | tick-broadcast.c | 1044 ktime_t nextevt = tick_get_next_period(); in tick_broadcast_setup_oneshot() local 1047 tick_broadcast_init_next_event(tmpmask, nextevt); in tick_broadcast_setup_oneshot() 1048 tick_broadcast_set_event(bc, cpu, nextevt); in tick_broadcast_setup_oneshot()
|
/linux/kernel/rcu/ |
A D | tree_plugin.h | 1267 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument 1269 *nextevt = KTIME_MAX; in rcu_needs_cpu() 1357 int rcu_needs_cpu(u64 basemono, u64 *nextevt) in rcu_needs_cpu() argument 1367 *nextevt = KTIME_MAX; in rcu_needs_cpu() 1382 *nextevt = basemono + dj * TICK_NSEC; in rcu_needs_cpu()
|
Completed in 17 milliseconds