Searched refs:LOG_WARN (Results 1 – 3 of 3) sorted by relevance
197 LOG_WARN, enumerator217 #define warn(fmt, args...) modpost_log(LOG_WARN, fmt, ##args)
63 case LOG_WARN: in modpost_log()1923 modpost_log(warn_unresolved ? LOG_WARN : LOG_ERROR, in check_exports()1946 modpost_log(allow_missing_ns_imports ? LOG_WARN : LOG_ERROR, in check_exports()
36 #define LOG_WARN 1 macro46 return level == LOG_ERR || level == LOG_WARN || in valid_log_level()
Completed in 8 milliseconds