Home
last modified time | relevance | path

Searched defs:pr_warn (Results 1 – 7 of 7) 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.c48 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux/rust/kernel/
H A Dprint.rs313 macro_rules! pr_warn ( macro
H A Ddevice.rs147 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn() method
/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