Searched refs:__dynamic_pr_debug (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | dynamic_debug.h | 56 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 153 _dynamic_func_call(fmt, __dynamic_pr_debug, \
|
D | net.h | 272 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
|
D | printk.h | 467 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
/Linux-v5.4/lib/ |
D | dynamic_debug.c | 553 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function 571 EXPORT_SYMBOL(__dynamic_pr_debug);
|
/Linux-v5.4/drivers/acpi/ |
D | utils.c | 523 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
|