Lines Matching refs:handover
3081 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3090 *handover = false; in console_emit_next_record()
3145 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
3154 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3156 *handover = false; in console_emit_next_record()
3187 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3196 *handover = false; in console_flush_all()
3222 progress = nbcon_legacy_emit_next_record(con, handover, cookie, in console_flush_all()
3226 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
3234 if (*handover) in console_flush_all()
3265 bool handover; in __console_flush_and_unlock() local
3285 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
3286 if (!handover) in __console_flush_and_unlock()
3462 bool handover; in console_flush_on_panic() local
3491 console_flush_all(false, &next_seq, &handover); in console_flush_on_panic()
3883 bool handover; in get_init_console_seq() local
3914 if (!console_flush_all(true, &init_seq, &handover)) { in get_init_console_seq()
3924 if (handover) in get_init_console_seq()