Searched refs:__dynamic_pr_debug (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_polymorph_printk.h | 7 #undef __dynamic_pr_debug 10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) macro 80 __dynamic_pr_debug(&descriptor, __drbd_printk_ ## struct_name ## _fmt(fmt), \
|
/linux-6.12.1/include/linux/ |
D | dynamic_debug.h | 141 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 265 _dynamic_func_call_cls(cls, fmt, __dynamic_pr_debug, \ 269 _dynamic_func_call(fmt, __dynamic_pr_debug, \
|
D | net.h | 296 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
|
D | printk.h | 727 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
/linux-6.12.1/lib/ |
D | dynamic_debug.c | 864 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function 882 EXPORT_SYMBOL(__dynamic_pr_debug);
|
/linux-6.12.1/drivers/acpi/ |
D | utils.c | 640 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
|