Searched defs:pr_warn (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/external/libbpf/src/ |
D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
D | libbpf_internal.h | 144 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|