Searched defs:__dynamic_pr_debug (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/
H A Ddynamic_debug.c864 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) function
882 EXPORT_SYMBOL(__dynamic_pr_debug); variable
/linux-master/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h7 #undef __dynamic_pr_debug macro
10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) macro

Completed in 179 milliseconds