Home
last modified time | relevance | path

Searched refs:LOG_NEWLINE (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dprintk.c202 LOG_NEWLINE = 2, /* text ended with a newline */ enumerator
927 if ((prev & LOG_CONT) && !(prev & LOG_NEWLINE)) in msg_print_text()
930 if (!(msg->flags & LOG_NEWLINE)) in msg_print_text()
1477 if (cont.cons == 0 && (console_prev & LOG_NEWLINE)) { in cont_print_text()
1492 if (cont.flags & LOG_NEWLINE) in cont_print_text()
1549 log_store(0, 2, LOG_PREFIX|LOG_NEWLINE, 0, in vprintk_emit()
1562 lflags |= LOG_NEWLINE; in vprintk_emit()
1593 lflags |= LOG_PREFIX|LOG_NEWLINE; in vprintk_emit()
1595 if (!(lflags & LOG_NEWLINE)) { in vprintk_emit()
1601 cont_flush(LOG_NEWLINE); in vprintk_emit()
[all …]