Lines Matching refs:handover
2840 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2851 *handover = false; in console_emit_next_record()
2892 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2921 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2929 *handover = false; in console_flush_all()
2942 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2948 if (*handover) in console_flush_all()
2991 bool handover; in console_unlock() local
3016 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3017 if (!handover) in console_unlock()
3280 bool handover; in console_init_seq() local
3310 if (!console_flush_all(true, &newcon->seq, &handover)) { in console_init_seq()
3320 if (handover) in console_init_seq()