Searched refs:log_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/printk/ |
D | printk.c | 408 static int log_store(int facility, int level, in log_store() function 1537 log_store(cont.facility, cont.level, flags | LOG_NOCONS, in cont_flush() 1546 log_store(cont.facility, cont.level, flags, 0, in cont_flush() 1667 printed_len += log_store(0, 2, LOG_PREFIX|LOG_NEWLINE, 0, in vprintk_emit() 1726 printed_len += log_store(facility, level, in vprintk_emit() 1750 printed_len += log_store(facility, level, lflags, 0, in vprintk_emit()
|