Home
last modified time | relevance | path

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

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