Searched defs:DEBUG_WARN (Results 1 – 2 of 2) sorted by relevance
176 #define DEBUG_WARN(args...) WARN(1, KERN_ERR args) macro178 #define DEBUG_WARN(...) do {} while(0) macro
39 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__) macro