Searched refs:DEBUG_LEVEL (Results 1 – 5 of 5) sorted by relevance
19 #ifndef DEBUG_LEVEL20 #define DEBUG_LEVEL 0 macro47 if (level <= DEBUG_LEVEL) \
302 if (DEBUG_LEVEL > 4) in signal_handler()545 if (DEBUG_LEVEL >= 2) in sys_mprotect_pkey()1058 if (ret < 0 && (DEBUG_LEVEL > 0)) in test_kernel_write_of_write_disabled_region()1097 if (DEBUG_LEVEL > 0) in test_kernel_gup_write_to_write_disabled_region()
13 if (DEBUG_LEVEL >= level): print(text)75 DEBUG_LEVEL = 2 variable
41 #define DEBUG_LEVEL 0 macro52 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0)