Home
last modified time | relevance | path

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

/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()