Searched refs:log_crit (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| A D | printk.h | 46 CONFIG_LOGLEVEL > 2 ? log_crit(fmt, ##__VA_ARGS__) : 0; \ |
| /include/ | ||
| A D | log.h | 181 #define log_crit(_fmt...) log(LOG_CATEGORY, LOGL_CRIT, ##_fmt) macro |
Completed in 7 milliseconds