Searched defs:pr_debug (Results 1 – 5 of 5) sorted by relevance
/external/zstd/contrib/linux-kernel/test/include/linux/ |
D | printk.h | 13 #define pr_debug(...) macro
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | test_util.h | 26 #define pr_debug(...) printf(__VA_ARGS__) macro 28 #define pr_debug(...) _no_printf(__VA_ARGS__) macro
|
/external/coreboot/src/drivers/aspeed/common/ |
D | aspeed_coreboot.h | 35 #define pr_debug(format, arg...) printk(BIOS_INFO, "%s: " format, __func__, ##arg) macro
|
/external/libbpf/src/ |
D | relo_core.c | 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
D | libbpf_internal.h | 172 #define pr_debug(fmt, ...) __pr(LIBBPF_DEBUG, fmt, ##__VA_ARGS__) macro
|