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;
51 TP_printk("[%s:%s] now=%llu:%llu vrate=%llu "
55 __entry->now, __entry->vnow, __entry->vrate,
63 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
70 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
78 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
82 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
88 __field(u64, now)
98 __entry->now = now->now;
105 TP_printk("[%s:%s] now=%llu inuse=%u->%u hw_inuse=%llu->%llu",
106 __get_str(devname), __get_str(cgroup), __entry->now,
114 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
118 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
124 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
128 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
134 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
138 TP_ARGS(iocg, path, now, old_inuse, new_inuse,
183 TP_PROTO(struct ioc_gq *iocg, const char *path, struct ioc_now *now,
187 TP_ARGS(iocg, path, now, usage_pct,
193 __field(u64, now)
205 __entry->now = now->now;
206 __entry->vnow = now->vnow;
214 TP_printk("[%s:%s] now=%llu:%llu usage=%u debt=%llu->%llu delay=%llu->%llu",
216 __entry->now, __entry->vnow, __entry->usage_pct,