Searched refs:nextevt (Results 1 – 8 of 8) sorted by relevance
| /linux/include/trace/events/ |
| A D | timer_migration.h | 199 TP_PROTO(struct tmigr_cpu *tmc, u64 nextevt), 201 TP_ARGS(tmc, nextevt), 204 __field( u64, nextevt) 211 __entry->nextevt = nextevt; 223 TP_PROTO(struct tmigr_cpu *tmc, u64 nextevt), 225 TP_ARGS(tmc, nextevt) 230 TP_PROTO(struct tmigr_cpu *tmc, u64 nextevt), 232 TP_ARGS(tmc, nextevt) 239 u64 nextevt), 246 __field( u64, nextevt ) [all …]
|
| /linux/kernel/time/ |
| A D | timer_migration.h | 16 struct timerqueue_node nextevt; member 140 extern u64 tmigr_cpu_deactivate(u64 nextevt); 141 extern u64 tmigr_cpu_new_timer(u64 nextevt); 142 extern u64 tmigr_quick_check(u64 nextevt);
|
| A D | timer_migration.c | 593 if (!evt || now < evt->nextevt.expires) in tmigr_next_expired_groupevt() 614 return evt->nextevt.expires; in tmigr_next_groupevt_expires() 813 evt->nextevt.expires = nextexp; in tmigr_update_events() 916 now < tmc->cpuevt.nextevt.expires) { in tmigr_handle_remote_cpu() 1379 u64 tmigr_quick_check(u64 nextevt) in tmigr_quick_check() argument 1385 return nextevt; in tmigr_quick_check() 1388 return nextevt; in tmigr_quick_check() 1403 nextevt = min_t(u64, nextevt, READ_ONCE(group->next_expiry)); in tmigr_quick_check() 1405 return nextevt; in tmigr_quick_check() 1722 timerqueue_init(&tmc->cpuevt.nextevt); in tmigr_cpu_prepare() [all …]
|
| A D | posix-cpu-timers.c | 155 ~pct->bases[CPUCLOCK_VIRT].nextevt | in expiry_cache_is_inactive() 156 ~pct->bases[CPUCLOCK_SCHED].nextevt); in expiry_cache_is_inactive() 438 base->nextevt = 0; in trigger_base_recalc_expires() 573 if (newexp < base->nextevt) in arm_timer() 574 base->nextevt = newexp; in arm_timer() 970 &pct->bases[CPUCLOCK_PROF].nextevt, in check_process_timers() 973 &pct->bases[CPUCLOCK_VIRT].nextevt, in check_process_timers() 1427 u64 now, *nextevt; in set_process_cpu_timer() local 1432 nextevt = &tsk->signal->posix_cputimers.bases[clkid].nextevt; in set_process_cpu_timer() 1458 if (*newval < *nextevt) in set_process_cpu_timer() [all …]
|
| A D | timer.c | 1981 u64 nextevt = hrtimer_get_next_event(); in cmp_next_hrtimer_event() local 1987 if (expires <= nextevt) in cmp_next_hrtimer_event() 1994 if (nextevt <= basem) in cmp_next_hrtimer_event() 2048 if (time_before_eq(nextevt, basej + 1)) { in fetch_next_timer_interrupt() 2050 if (time_before(nextevt, basej)) in fetch_next_timer_interrupt() 2051 nextevt = basej; in fetch_next_timer_interrupt() 2068 return nextevt; in fetch_next_timer_interrupt() 2083 return nextevt; in fetch_next_timer_interrupt() 2212 *nextevt = basej + (unsigned long)tmp; in timer_use_tmigr() 2234 unsigned long nextevt; in __get_next_timer_interrupt() local [all …]
|
| A D | tick-internal.h | 106 ktime_t nextevt); 120 ktime_t nextevt) { BUG(); } in tick_setup_oneshot() argument
|
| /linux/include/linux/ |
| A D | posix-timers.h | 91 pct->bases[0].nextevt = U64_MAX; in posix_cputimers_init() 92 pct->bases[1].nextevt = U64_MAX; in posix_cputimers_init() 93 pct->bases[2].nextevt = U64_MAX; in posix_cputimers_init() 101 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog() 106 .nextevt = U64_MAX, \
|
| A D | posix-timers_types.h | 42 u64 nextevt; member
|
Completed in 23 milliseconds