Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds