Home
last modified time | relevance | path

Searched defs:reset_on_progress (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/printk/
H A Dprintk.c2494 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush()
4387 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) in __pr_flush()
4502 bool pr_flush(int timeout_ms, bool reset_on_progress) in pr_flush()
/linux/include/linux/
H A Dprintk.h326 static inline bool pr_flush(int timeout_ms, bool reset_on_progress) in pr_flush()