Home
last modified time | relevance | path

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

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