Searched defs:pr_warn (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/memblock/linux/ |
D | printk.h | 23 #define pr_warn printk macro
|
/linux-6.6.21/tools/lib/api/ |
D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/linux-6.6.21/arch/x86/tools/ |
D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/linux-6.6.21/rust/kernel/ |
D | print.rs | 310 macro_rules! pr_warn ( macro
|
/linux-6.6.21/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.6.21/tools/testing/selftests/bpf/ |
D | xsk.c | 52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|
/linux-6.6.21/include/linux/ |
D | printk.h | 507 #define pr_warn(fmt, ...) \ macro
|
/linux-6.6.21/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 | 155 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|