Lines Matching full:expires
50 * @expires: the timers expiry time
55 unsigned long expires,
58 TP_ARGS(timer, expires, flags),
63 __field( unsigned long, expires )
71 __entry->expires = expires;
76 TP_printk("timer=%p function=%pf expires=%lu [timeout=%ld] cpu=%u idx=%u flags=%s",
77 __entry->timer, __entry->function, __entry->expires,
78 (long)__entry->expires - __entry->now,
200 __field( s64, expires )
208 __entry->expires = hrtimer_get_expires(hrtimer);
213 TP_printk("hrtimer=%p function=%pf expires=%llu softexpires=%llu "
215 (unsigned long long) __entry->expires,
297 * @expires: the itimers expiry time
302 unsigned long long expires),
304 TP_ARGS(which, value, expires),
308 __field( unsigned long long, expires )
317 __entry->expires = expires;
324 TP_printk("which=%d expires=%llu it_value=%ld.%ld it_interval=%ld.%ld",
325 __entry->which, __entry->expires,
331 * itimer_expire - called when itimer expires