Home
last modified time | relevance | path

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

/linux-5.10/tools/bootconfig/include/linux/
Dprintk.h10 #define pr_warn printk macro
/linux-5.10/tools/lib/api/
Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/linux-5.10/arch/x86/tools/
Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux-5.10/tools/include/linux/
Dlockdep.h53 #define pr_warn pr_err macro
/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/linux-5.10/tools/lib/bpf/
Dlibbpf_internal.h77 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
/linux-5.10/include/linux/
Dprintk.h352 #define pr_warn(fmt, ...) \ macro