Lines Matching full:handover

3024  * @handover will be set to true if a printk waiter has taken over the
3035 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3044 *handover = false; in console_emit_next_record()
3099 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
3108 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3110 *handover = false; in console_emit_next_record()
3128 * @handover will be set to true if a printk waiter has taken over the
3141 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3150 *handover = false; in console_flush_all()
3176 progress = nbcon_legacy_emit_next_record(con, handover, cookie, in console_flush_all()
3180 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
3185 * If a handover has occurred, the SRCU read lock in console_flush_all()
3188 if (*handover) in console_flush_all()
3219 bool handover; in __console_flush_and_unlock() local
3239 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
3240 if (!handover) in __console_flush_and_unlock()
3406 bool handover; in console_flush_on_panic() local
3435 console_flush_all(false, &next_seq, &handover); in console_flush_on_panic()
3827 bool handover; in get_init_console_seq() local
3858 if (!console_flush_all(true, &init_seq, &handover)) { in get_init_console_seq()
3865 * If there was a handover, this context no in get_init_console_seq()
3868 if (handover) in get_init_console_seq()