Lines Matching refs:pr_fmt
17 #ifndef pr_fmt
18 #define pr_fmt(fmt) fmt macro
22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
38 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
39 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
40 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
45 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \
47 pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__); \
53 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__)
54 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__)