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