Searched defs:pr_warn (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/memblock/linux/ |
| A D | printk.h | 23 #define pr_warn printk macro
|
| /tools/lib/api/ |
| A D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
| /tools/testing/selftests/bpf/ |
| A D | xsk.c | 52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|
| /tools/lib/bpf/ |
| A D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
| A D | libbpf_internal.h | 171 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
Completed in 723 milliseconds