Lines Matching refs:next_seq
2921 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2928 *next_seq = 0; in console_flush_all()
2952 if (con->seq > *next_seq) in console_flush_all()
2953 *next_seq = con->seq; in console_flush_all()
2993 u64 next_seq; in console_unlock() local
3016 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3035 } while (prb_read_valid(prb, next_seq, NULL) && console_trylock()); in console_unlock()
4080 u64 next_seq; in kmsg_dump_get_buffer() local
4099 if (iter->cur_seq >= iter->next_seq) in kmsg_dump_get_buffer()
4108 seq = find_first_fitting_seq(iter->cur_seq, iter->next_seq, in kmsg_dump_get_buffer()
4115 next_seq = seq; in kmsg_dump_get_buffer()
4121 if (r.info->seq >= iter->next_seq) in kmsg_dump_get_buffer()
4130 iter->next_seq = next_seq; in kmsg_dump_get_buffer()
4150 iter->next_seq = prb_next_seq(prb); in kmsg_dump_rewind()