Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/api/
Ddebug-internal.h15 extern libapi_print_fn_t __pr_debug;
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)
Ddebug.c20 libapi_print_fn_t __pr_debug; variable
28 __pr_debug = debug; in libapi_set_print()