Searched refs:__dynamic_pr_debug (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/block/drbd/ |
A 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.3-rc2/include/linux/ |
A D | dynamic_debug.h | 137 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 264 _dynamic_func_call_cls(cls, fmt, __dynamic_pr_debug, \ 268 _dynamic_func_call(fmt, __dynamic_pr_debug, \
|
A D | net.h | 296 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
|
A D | printk.h | 692 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
|
/linux-6.3-rc2/lib/ |
A D | dynamic_debug.c | 857 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function 875 EXPORT_SYMBOL(__dynamic_pr_debug);
|
/linux-6.3-rc2/drivers/acpi/ |
A D | utils.c | 558 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
|
Completed in 15 milliseconds