Searched refs:__dynamic_pr_debug (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | dynamic_debug.h | 65 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 162 _dynamic_func_call(fmt, __dynamic_pr_debug, \
|
A D | net.h | 271 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
|
A D | printk.h | 687 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
/linux/lib/ |
A D | dynamic_debug.c | 631 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function 649 EXPORT_SYMBOL(__dynamic_pr_debug);
|
/linux/drivers/acpi/ |
A D | utils.c | 520 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
|
Completed in 13 milliseconds