Lines Matching refs:log_first_seq
416 static u64 log_first_seq; variable
527 while (log_first_seq < log_next_seq && in log_make_free_space()
531 log_first_seq++; in log_make_free_space()
534 if (clear_seq < log_first_seq) { in log_make_free_space()
535 clear_seq = log_first_seq; in log_make_free_space()
540 if (logbuf_has_space(msg_size, log_first_seq == log_next_seq)) in log_make_free_space()
855 if (user->seq < log_first_seq) { in devkmsg_read()
858 user->seq = log_first_seq; in devkmsg_read()
905 user->seq = log_first_seq; in devkmsg_llseek()
941 if (user->seq < log_first_seq) in devkmsg_poll()
978 user->seq = log_first_seq; in devkmsg_open()
1306 if (syslog_seq < log_first_seq) { in syslog_print()
1308 syslog_seq = log_first_seq; in syslog_print()
1414 if (seq < log_first_seq) { in syslog_print_all()
1416 seq = log_first_seq; in syslog_print_all()
1511 if (syslog_seq < log_first_seq) { in do_syslog()
1513 syslog_seq = log_first_seq; in do_syslog()
2012 static u64 log_first_seq; variable
2353 if (console_seq < log_first_seq) { in console_unlock()
2355 (unsigned)(log_first_seq - console_seq)); in console_unlock()
2358 console_seq = log_first_seq; in console_unlock()
3095 if (dumper->cur_seq < log_first_seq) { in kmsg_dump_get_line_nolock()
3097 dumper->cur_seq = log_first_seq; in kmsg_dump_get_line_nolock()
3182 if (dumper->cur_seq < log_first_seq) { in kmsg_dump_get_buffer()
3184 dumper->cur_seq = log_first_seq; in kmsg_dump_get_buffer()