Searched refs:__dynamic_pr_debug (Results 1 – 2 of 2) sorted by relevance
7 #undef __dynamic_pr_debug10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) macro80 __dynamic_pr_debug(&descriptor, __drbd_printk_ ## struct_name ## _fmt(fmt), \
639 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
Completed in 7 milliseconds