Searched refs:__pr_debug_cls (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/lib/ | ||
D | test_dynamic_debug.c | 99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n") |
/Linux-v6.6/include/linux/ | ||
D | dynamic_debug.h | 292 #define __pr_debug_cls(cls, fmt, ...) do { \ macro |