Searched defs:pr_warn (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/testing/memblock/linux/ |
D | printk.h | 23 #define pr_warn printk macro
|
/linux-6.1.9/tools/lib/api/ |
D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/linux-6.1.9/arch/x86/tools/ |
D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/linux-6.1.9/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/linux-6.1.9/tools/lib/bpf/ |
D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
D | libbpf_internal.h | 154 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
/linux-6.1.9/include/linux/ |
D | printk.h | 509 #define pr_warn(fmt, ...) \ macro
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | xsk.c | 49 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|