Lines Matching refs:vaf
193 TP_PROTO(struct va_format *vaf),
194 TP_ARGS(vaf),
200 MAX_MSG_LEN, vaf->fmt,
201 *vaf->va) >= MAX_MSG_LEN);
207 TP_PROTO(struct va_format *vaf),
208 TP_ARGS(vaf)
212 TP_PROTO(struct va_format *vaf),
213 TP_ARGS(vaf)
217 TP_PROTO(struct va_format *vaf),
218 TP_ARGS(vaf)
222 TP_PROTO(struct va_format *vaf),
223 TP_ARGS(vaf)
227 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
228 TP_ARGS(level, func, vaf),
238 MAX_MSG_LEN, vaf->fmt,
239 *vaf->va) >= MAX_MSG_LEN);