Searched refs:do_cond_resched (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/printk/ |
| H A D | printk.c | 3234 static bool console_flush_one_record(bool do_cond_resched, u64 *next_seq, bool *handover, in console_flush_one_record() argument 3260 if (!console_is_usable(con, flags, !do_cond_resched)) in console_flush_one_record() 3266 !do_cond_resched); in console_flush_one_record() 3304 if (do_cond_resched) in console_flush_one_record() 3341 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument 3350 ret = console_flush_one_record(do_cond_resched, next_seq, in console_flush_all() 3359 bool do_cond_resched; in __console_flush_and_unlock() local 3375 do_cond_resched = console_may_schedule; in __console_flush_and_unlock() 3380 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in __console_flush_and_unlock()
|