Lines Matching full:step
81 * wbt_step - trace wb event step
83 * @step: the current scale step count
92 int step, unsigned long window, unsigned int bg,
95 TP_ARGS(bdi, msg, step, window, bg, normal, max),
100 __field(int, step)
111 __entry->step = step;
118 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u",
119 __entry->name, __entry->msg, __entry->step, __entry->window,
126 * @step: the current scale step count
132 int step, unsigned int inflight),
134 TP_ARGS(bdi, status, step, inflight),
139 __field(int, step)
147 __entry->step = step;
151 TP_printk("%s: status=%u, step=%d, inflight=%u", __entry->name,
152 __entry->status, __entry->step, __entry->inflight)