Lines Matching defs:next_seq
3216 * @next_seq is set to the sequence number after the last available record.
3234 static bool console_flush_one_record(bool do_cond_resched, u64 *next_seq, bool *handover,
3281 if (printk_seq > *next_seq)
3282 *next_seq = printk_seq;
3317 * @next_seq is set to the sequence number after the last available record.
3334 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover)
3339 *next_seq = 0;
3343 ret = console_flush_one_record(do_cond_resched, next_seq,
3355 u64 next_seq;
3373 flushed = console_flush_all(do_cond_resched, &next_seq, &handover);
3392 } while (prb_read_valid(prb, next_seq, NULL) && console_trylock());
3531 u64 next_seq;
3559 console_flush_all(false, &next_seq, &handover);
3706 u64 next_seq = 0;
3712 console_flush_one_record(true, &next_seq, &handover, &try_again);
4963 u64 next_seq;
4982 if (iter->cur_seq >= iter->next_seq)
4991 seq = find_first_fitting_seq(iter->cur_seq, iter->next_seq,
4998 next_seq = seq;
5003 if (r.info->seq >= iter->next_seq)
5012 iter->next_seq = next_seq;
5032 iter->next_seq = prb_next_seq(prb);