Searched refs:log_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/printk/ |
D | printk.c | 423 static int log_store(int facility, int level, in log_store() function 1582 log_store(cont.facility, cont.level, flags | LOG_NOCONS, in cont_flush() 1591 log_store(cont.facility, cont.level, flags, 0, in cont_flush() 1716 printed_len += log_store(0, 2, LOG_PREFIX|LOG_NEWLINE, 0, in vprintk_emit() 1775 printed_len += log_store(facility, level, in vprintk_emit() 1799 printed_len += log_store(facility, level, lflags, 0, in vprintk_emit()
|