Searched defs:SDEBUG (Results 1 – 1 of 1) sorted by relevance
103 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); print… macro106 #define SDEBUG(...) do { } while (0) macro