Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/kdump/
Dgdbmacros.txt185 # prev & LOG_CONT && !(msg->flags & LOG_PREIX)
190 # msg->flags & LOG_CONT
192 # (prev & LOG_CONT && !(prev & LOG_NEWLINE))
/Linux-v4.19/kernel/printk/
Dprintk.c356 LOG_CONT = 8, /* text is a fragment of a continuation line */ enumerator
701 msg->flags & LOG_CONT ? 'c' : '-'); in msg_print_ext_header()
1811 if (cont.owner == current && (lflags & LOG_CONT)) { in log_output()
1820 if (!text_len && (lflags & LOG_CONT)) in log_output()
1869 lflags |= LOG_CONT; in vprintk_store()