Searched refs:log_notice (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| A D | printk.h | 58 CONFIG_LOGLEVEL > 5 ? log_notice(fmt, ##__VA_ARGS__) : 0; \ |
| /include/ | ||
| A D | log.h | 184 #define log_notice(_fmt...) log(LOG_CATEGORY, LOGL_NOTICE, ##_fmt) macro |
Completed in 10 milliseconds