Lines Matching refs:log_first_seq
429 static u64 log_first_seq; variable
546 while (log_first_seq < log_next_seq && in log_make_free_space()
550 log_first_seq++; in log_make_free_space()
553 if (clear_seq < log_first_seq) { in log_make_free_space()
554 clear_seq = log_first_seq; in log_make_free_space()
559 if (logbuf_has_space(msg_size, log_first_seq == log_next_seq)) in log_make_free_space()
899 if (user->seq < log_first_seq) { in devkmsg_read()
902 user->seq = log_first_seq; in devkmsg_read()
949 user->seq = log_first_seq; in devkmsg_llseek()
985 if (user->seq < log_first_seq) in devkmsg_poll()
1022 user->seq = log_first_seq; in devkmsg_open()
1365 if (syslog_seq < log_first_seq) { in syslog_print()
1367 syslog_seq = log_first_seq; in syslog_print()
1478 if (seq < log_first_seq) { in syslog_print_all()
1480 seq = log_first_seq; in syslog_print_all()
1575 if (syslog_seq < log_first_seq) { in do_syslog()
1577 syslog_seq = log_first_seq; in do_syslog()
2074 static u64 log_first_seq; variable
2415 if (console_seq < log_first_seq) { in console_unlock()
2418 log_first_seq - console_seq); in console_unlock()
2421 console_seq = log_first_seq; in console_unlock()
2569 console_seq = log_first_seq; in console_flush_on_panic()
3173 if (dumper->cur_seq < log_first_seq) { in kmsg_dump_get_line_nolock()
3175 dumper->cur_seq = log_first_seq; in kmsg_dump_get_line_nolock()
3261 if (dumper->cur_seq < log_first_seq) { in kmsg_dump_get_buffer()
3263 dumper->cur_seq = log_first_seq; in kmsg_dump_get_buffer()