Home
last modified time | relevance | path

Searched refs:nextevt (Results 1 – 3 of 3) sorted by relevance

/include/trace/events/
A Dtimer_migration.h199 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 Dposix-timers.h104 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 Dposix-timers_types.h42 u64 nextevt; member

Completed in 8 milliseconds