Home
last modified time | relevance | path

Searched defs:__dynamic_pr_debug (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) macro
/openbmc/linux/lib/
H A Ddynamic_debug.c865 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function