Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/admin-guide/kdump/
Dgdbmacros.txt185 # prev & LOG_CONT && !(msg->flags & LOG_PREIX)
190 # msg->flags & LOG_CONT
192 # (prev & LOG_CONT && !(prev & LOG_NEWLINE))
/Linux-v5.4/kernel/printk/
Dprintk.c365 LOG_CONT = 8, /* text is a fragment of a continuation line */ enumerator
732 msg->flags & LOG_CONT ? 'c' : '-', caller); in msg_print_ext_header()
1880 if (cont.caller_id == caller_id && (lflags & LOG_CONT)) { in log_output()
1889 if (!text_len && (lflags & LOG_CONT)) in log_output()
1936 lflags |= LOG_CONT; in vprintk_store()