Searched refs:__dynamic_pr_debug (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | dynamic_debug.h | 45 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 78 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
|
H A D | net.h | 254 __dynamic_pr_debug(&descriptor, fmt, ##__VA_ARGS__); \
|
H A D | printk.h | 410 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
/linux-4.4.14/drivers/acpi/ |
H A D | utils.c | 538 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); __acpi_handle_debug()
|
/linux-4.4.14/lib/ |
H A D | dynamic_debug.c | 540 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) __dynamic_pr_debug() function 558 EXPORT_SYMBOL(__dynamic_pr_debug); variable
|
Completed in 228 milliseconds