Home
last modified time | relevance | path

Searched refs:modpost_log (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/mod/
H A Dmodpost.c77 void modpost_log(bool is_error, struct module *mod, const char *fmt, ...) in modpost_log() function
98 #define mod_warn(mod, fmt, args...) modpost_log(false, mod, fmt, ##args)
99 #define mod_error(mod, fmt, args...) modpost_log(true, mod, fmt, ##args)
1781 modpost_log(!warn_unresolved, mod, in check_exports()
1800 modpost_log(!allow_missing_ns_imports, mod, in check_exports()