Home
last modified time | relevance | path

Searched refs:__pr_debug_cls (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dtest_dynamic_debug.c99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n")
/linux/include/linux/
H A Ddynamic_debug.h292 #define __pr_debug_cls(cls, fmt, ...) do { \ macro