Lines Matching refs:now
16 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
24 __field(u64, now)
39 __entry->now = now->now;
40 __entry->vnow = now->vnow;
41 __entry->vrate = now->vrate;
55 __entry->now, __entry->vnow, __entry->vrate,
64 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
68 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
74 __field(u64, now)
84 __entry->now = now->now;
92 __get_str(devname), __get_str(cgroup), __entry->now,
100 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
104 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
110 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
114 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
120 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
124 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
169 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
173 TP_ARGS(iocg, path, now, usage_pct,
179 __field(u64, now)
191 __entry->now = now->now;
192 __entry->vnow = now->vnow;
202 __entry->now, __entry->vnow, __entry->usage_pct,