Lines Matching refs:alarm
49 TP_PROTO(struct alarm *alarm, ktime_t now),
51 TP_ARGS(alarm, now),
54 __field(void *, alarm)
61 __entry->alarm = alarm;
62 __entry->alarm_type = alarm->type;
63 __entry->expires = alarm->node.expires;
68 __entry->alarm,
77 TP_PROTO(struct alarm *alarm, ktime_t now),
79 TP_ARGS(alarm, now)
84 TP_PROTO(struct alarm *alarm, ktime_t now),
86 TP_ARGS(alarm, now)
91 TP_PROTO(struct alarm *alarm, ktime_t now),
93 TP_ARGS(alarm, now)