Searched refs:nextevt (Results 1 – 3 of 3) sorted by relevance
| /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 …]
|
| /include/linux/ |
| A D | posix-timers.h | 104 pct->bases[0].nextevt = U64_MAX; in posix_cputimers_init() 105 pct->bases[1].nextevt = U64_MAX; in posix_cputimers_init() 106 pct->bases[2].nextevt = U64_MAX; in posix_cputimers_init() 114 pct->bases[CPUCLOCK_SCHED].nextevt = runtime; in posix_cputimers_rt_watchdog() 126 .nextevt = U64_MAX, \
|
| A D | posix-timers_types.h | 42 u64 nextevt; member
|
Completed in 8 milliseconds