Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/admin-guide/kdump/
Dgdbmacros.txt211 # prev & LOG_CONT && !(info->flags & LOG_PREIX)
216 # info->flags & LOG_CONT
218 # (prev & LOG_CONT && !(prev & LOG_NEWLINE))
/kernel/linux/linux-5.10/kernel/printk/
Dprintk.c357 LOG_CONT = 8, /* text is a fragment of a continuation line */ enumerator
609 ts_usec, info->flags & LOG_CONT ? 'c' : '-', caller); in info_print_ext_header()
1942 if (lflags & LOG_CONT) { in log_output()
1998 lflags |= LOG_CONT; in vprintk_store()