Searched refs:lflags (Results 1 – 1 of 1) sorted by relevance
/kernel/printk/ |
D | printk.c | 1909 static size_t log_output(int facility, int level, enum log_flags lflags, const char *dict, size_t d… in log_output() argument 1918 if (cont.caller_id == caller_id && (lflags & LOG_CONT)) { in log_output() 1919 if (cont_add(caller_id, facility, level, lflags, text, text_len)) in log_output() 1927 if (!text_len && (lflags & LOG_CONT)) in log_output() 1931 if (!(lflags & LOG_NEWLINE)) { in log_output() 1932 if (cont_add(caller_id, facility, level, lflags, text, text_len)) in log_output() 1937 return log_store(caller_id, facility, level, lflags, 0, in log_output() 1949 enum log_flags lflags = 0; in vprintk_store() local 1960 lflags |= LOG_NEWLINE; in vprintk_store() 1974 lflags |= LOG_CONT; in vprintk_store() [all …]
|