Lines Matching refs:next_seq
3141 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3149 *next_seq = 0; in console_flush_all()
3192 if (printk_seq > *next_seq) in console_flush_all()
3193 *next_seq = printk_seq; in console_flush_all()
3221 u64 next_seq; in __console_flush_and_unlock() local
3239 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
3258 } while (prb_read_valid(prb, next_seq, NULL) && console_trylock()); in __console_flush_and_unlock()
3407 u64 next_seq; in console_flush_on_panic() local
3435 console_flush_all(false, &next_seq, &handover); in console_flush_on_panic()
4790 u64 next_seq; in kmsg_dump_get_buffer() local
4809 if (iter->cur_seq >= iter->next_seq) in kmsg_dump_get_buffer()
4818 seq = find_first_fitting_seq(iter->cur_seq, iter->next_seq, in kmsg_dump_get_buffer()
4825 next_seq = seq; in kmsg_dump_get_buffer()
4830 if (r.info->seq >= iter->next_seq) in kmsg_dump_get_buffer()
4839 iter->next_seq = next_seq; in kmsg_dump_get_buffer()
4859 iter->next_seq = prb_next_seq(prb); in kmsg_dump_rewind()