Home
last modified time | relevance | path

Searched refs:debug_opt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c312 static bool debug_opt; variable
315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)
577 debug_opt = true; in main()
1252 if (debug_opt) in dump_elements()
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c312 static bool debug_opt; variable
315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)
577 debug_opt = true; in main()
1252 if (debug_opt) in dump_elements()

Completed in 4 milliseconds