Lines Matching refs:handover
3126 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3135 *handover = false; in console_emit_next_record()
3190 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
3199 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3201 *handover = false; in console_emit_next_record()
3234 static bool console_flush_one_record(bool do_cond_resched, u64 *next_seq, bool *handover, in console_flush_one_record() argument
3265 progress = nbcon_legacy_emit_next_record(con, handover, cookie, in console_flush_one_record()
3269 progress = console_emit_next_record(con, handover, cookie); in console_flush_one_record()
3277 if (*handover) in console_flush_one_record()
3334 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3340 *handover = false; in console_flush_all()
3344 handover, &try_again); in console_flush_all()
3353 bool handover; in __console_flush_and_unlock() local
3373 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
3374 if (!handover) in __console_flush_and_unlock()
3530 bool handover; in console_flush_on_panic() local
3559 console_flush_all(false, &next_seq, &handover); in console_flush_on_panic()
3705 bool handover = false; in legacy_kthread_func() local
3712 console_flush_one_record(true, &next_seq, &handover, &try_again); in legacy_kthread_func()
3713 if (!handover) in legacy_kthread_func()
3966 bool handover; in get_init_console_seq() local
3997 if (!console_flush_all(true, &init_seq, &handover)) { in get_init_console_seq()
4007 if (handover) in get_init_console_seq()