Searched refs:DEBUG_LEVEL (Results 1 – 8 of 8) sorted by relevance
186 #ifdef DEBUG_LEVEL191 #if DEBUG_LEVEL >= 4196 #elif DEBUG_LEVEL >= 3201 #elif DEBUG_LEVEL >= 2
24 #ifndef DEBUG_LEVEL25 #define DEBUG_LEVEL 0 macro59 if (level <= DEBUG_LEVEL) \
364 if (DEBUG_LEVEL > 4) in signal_handler()483 if (DEBUG_LEVEL >= 2) in sys_mprotect_pkey()1119 if (ret < 0 && (DEBUG_LEVEL > 0)) in test_kernel_write_of_write_disabled_region()1158 if (DEBUG_LEVEL > 0) in test_kernel_gup_write_to_write_disabled_region()
39 #define DEBUG_LEVEL (DEBUG_NONE) macro57 if (level & DEBUG_LEVEL) \63 if (level & DEBUG_LEVEL) \73 if (level & DEBUG_LEVEL) \
405 #ifndef DEBUG_LEVEL406 #define DEBUG_LEVEL 4 macro414 #if DEBUG_LEVEL > 0
227 #define DEBUG_LEVEL (DBG_ERR) macro231 if ((level) & DEBUG_LEVEL) \
228 #define DEBUG_LEVEL (DBG_ERR) macro232 if ((level) & DEBUG_LEVEL) \
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...