Lines Matching refs:handover
2864 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2875 *handover = false; in console_emit_next_record()
2916 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2945 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2953 *handover = false; in console_flush_all()
2966 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2972 if (*handover) in console_flush_all()
3015 bool handover; in console_unlock() local
3035 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3036 if (!handover) in console_unlock()
3144 bool handover; in console_flush_on_panic() local
3182 console_flush_all(false, &next_seq, &handover); in console_flush_on_panic()
3337 bool handover; in console_init_seq() local
3367 if (!console_flush_all(true, &newcon->seq, &handover)) { in console_init_seq()
3377 if (handover) in console_init_seq()