Home
last modified time | relevance | path

Searched refs:LOG_FATAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h173 LOG_FATAL enumerator
193 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
H A Dmodpost.c76 case LOG_FATAL: in modpost_log()
89 if (loglevel == LOG_FATAL) in modpost_log()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h208 LOG_FATAL enumerator
215 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args)
H A Dmodpost.c66 case LOG_FATAL: in modpost_log()
79 if (loglevel == LOG_FATAL) in modpost_log()

Completed in 8 milliseconds