Home
last modified time | relevance | path

Searched refs:debug_on (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/mm/
Dpage_owner_sort.c99 static bool debug_on; variable
238 if (debug_on) in search_pattern()
305 if (debug_on) in get_page_num()
323 if (debug_on) in get_pid()
342 if (debug_on) in get_tgid()
361 if (debug_on) in get_ts_nsec()
379 if (debug_on) in get_free_ts_nsec()
396 if (debug_on) in get_comm()
715 debug_on = true; in main()
/linux-6.6.21/tools/thermal/tmon/
Dtmon.c40 static int debug_on; variable
123 if (debug_on) in start_syslog()
263 debug_on = 1; in main()
/linux-6.6.21/drivers/video/fbdev/
Dstifb.c166 static int debug_on = 1; variable
167 # define DEBUG_OFF() debug_on=0
168 # define DEBUG_ON() debug_on=1
169 # define WRITE_BYTE(value,fb,reg) do { if (debug_on) \
173 # define WRITE_WORD(value,fb,reg) do { if (debug_on) \