Home
last modified time | relevance | path

Searched refs:__dynamic_pr_debug (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h7 #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/include/linux/
H A Ddynamic_debug.h141 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, \
H A Dprintk.h738 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
/linux/lib/
H A Ddynamic_debug.c864 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function
882 EXPORT_SYMBOL(__dynamic_pr_debug);