Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance
89 static bool debug_log = false; /* set to true for verbose logging and other debug */ variable156 if (debug_log) { in __has_memfd_support()177 if (debug_log) { in __has_memfd_support()352 if (debug_log) { in memfd_create_region()428 if (!pin_deprecation_warn || debug_log) { in ashmem_pin_region()444 if (!pin_deprecation_warn || debug_log) { in ashmem_unpin_region()468 if (debug_log) { in ashmem_get_size_region()
36 #define debug_log(format, ...) \ macro