Home
last modified time | relevance | path

Searched refs:CONSOLE_LP_STRICT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c807 * stall until the printer is happy again. Define CONSOLE_LP_STRICT
809 #define CONSOLE_LP_STRICT 1 macro
860 } while (i > 0 && (CONSOLE_LP_STRICT || written > 0)); in lp_console_write()
862 } while (count > 0 && (CONSOLE_LP_STRICT || written > 0)); in lp_console_write()
/kernel/linux/linux-6.6/drivers/char/
H A Dlp.c808 * stall until the printer is happy again. Define CONSOLE_LP_STRICT
810 #define CONSOLE_LP_STRICT 1 macro
861 } while (i > 0 && (CONSOLE_LP_STRICT || written > 0)); in lp_console_write()
863 } while (count > 0 && (CONSOLE_LP_STRICT || written > 0)); in lp_console_write()

Completed in 3 milliseconds