Home
last modified time | relevance | path

Searched refs:__pr_debug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/api/
H A Ddebug-internal.h15 extern libapi_print_fn_t __pr_debug;
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)
H A Ddebug.c20 libapi_print_fn_t __pr_debug; variable
28 __pr_debug = debug; in libapi_set_print()
/kernel/linux/linux-6.6/tools/lib/api/
H A Ddebug-internal.h15 extern libapi_print_fn_t __pr_debug;
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__)
H A Ddebug.c20 libapi_print_fn_t __pr_debug; variable
28 __pr_debug = debug; in libapi_set_print()

Completed in 1 milliseconds