Home
last modified time | relevance | path

Searched refs:handover (Results 1 – 1 of 1) sorted by relevance

/kernel/printk/
Dprintk.c2697 char *dropped_text, bool *handover) in console_emit_next_record() argument
2708 *handover = false; in console_emit_next_record()
2757 *handover = console_lock_spinning_disable_and_check(); in console_emit_next_record()
2786 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2796 *handover = false; in console_flush_all()
2812 handover); in console_flush_all()
2816 handover); in console_flush_all()
2818 if (*handover) in console_flush_all()
2856 bool handover; in console_unlock() local
2881 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
[all …]