Home
last modified time | relevance | path

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

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