Home
last modified time | relevance | path

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

/openbmc/linux/kernel/printk/
H A Dprintk.c2373 static bool pr_flush(int timeout_ms, bool reset_on_progress);
2374 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress);
2402 static bool pr_flush(int timeout_ms, bool reset_on_progress) { return true; } in pr_flush() argument
2403 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush() argument
3778 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) in __pr_flush() argument
3824 if (diff != last_diff && reset_on_progress) in __pr_flush()
3865 static bool pr_flush(int timeout_ms, bool reset_on_progress) in pr_flush() argument
3867 return __pr_flush(NULL, timeout_ms, reset_on_progress); in pr_flush()