Lines Matching full:step
79 * wbt_step - trace wb event step
81 * @step: the current scale step count
90 int step, unsigned long window, unsigned int bg,
93 TP_ARGS(bdi, msg, step, window, bg, normal, max),
98 __field(int, step)
108 __entry->step = step;
115 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u\n",
116 __entry->name, __entry->msg, __entry->step, __entry->window,
123 * @step: the current scale step count
129 int step, unsigned int inflight),
131 TP_ARGS(bdi, status, step, inflight),
136 __field(int, step)
143 __entry->step = step;
147 TP_printk("%s: status=%u, step=%d, inflight=%u\n", __entry->name,
148 __entry->status, __entry->step, __entry->inflight)