Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 5 of 5) sorted by relevance

/include/trace/events/
Discsi.h23 TP_PROTO(struct device *dev, struct va_format *vaf),
25 TP_ARGS(dev, vaf),
29 __vstring(msg, vaf->fmt, vaf->va)
34 __assign_vstr(msg, vaf->fmt, vaf->va);
45 TP_PROTO(struct device *dev, struct va_format *vaf),
47 TP_ARGS(dev, vaf)
54 TP_PROTO(struct device *dev, struct va_format *vaf),
56 TP_ARGS(dev, vaf)
63 TP_PROTO(struct device *dev, struct va_format *vaf),
65 TP_ARGS(dev, vaf)
[all …]
Dqla.h19 struct va_format *vaf),
21 TP_ARGS(buf, vaf),
25 __vstring(msg, vaf->fmt, vaf->va)
29 __assign_vstr(msg, vaf->fmt, vaf->va);
38 TP_PROTO(const char *buf, struct va_format *vaf),
39 TP_ARGS(buf, vaf)
/include/drm/
Ddrm_print.h175 void (*printfn)(struct drm_printer *p, struct va_format *vaf);
183 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
185 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
187 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
188 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf);
189 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
208 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local
210 p->printfn(p, &vaf); in drm_vprintf()
/include/trace/hooks/
Dfs.h26 TP_PROTO(unsigned long s_flag, struct va_format *vaf, int level, bool limit_rate),
27 TP_ARGS(s_flag, vaf, level, limit_rate));
/include/linux/
Ddev_printk.h69 struct va_format *vaf) in __dev_printk() argument