Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds