Home
last modified time | relevance | path

Searched defs:pr_warn (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/memblock/linux/
H A Dprintk.h23 #define pr_warn printk macro
/linux/tools/lib/api/
H A Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux/rust/kernel/
H A Dprint.rs305 macro_rules! pr_warn ( macro
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/linux/tools/testing/selftests/bpf/
H A Dxsk.c52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
/linux/include/linux/
H A Dprintk.h509 #define pr_warn(fmt, ...) \ macro
/linux/tools/lib/bpf/
H A Drelo_core.c53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
H A Dlibbpf_internal.h170 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro