Searched refs:do_clear (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | octeon_edac-lmc.c | 41 bool do_clear = false; in octeon_lmc_edac_poll() local 58 do_clear = true; in octeon_lmc_edac_poll() 65 do_clear = true; in octeon_lmc_edac_poll() 67 if (do_clear) in octeon_lmc_edac_poll() 75 bool do_clear = false; in octeon_lmc_edac_poll_o2() local 109 do_clear = true; in octeon_lmc_edac_poll_o2() 116 do_clear = true; in octeon_lmc_edac_poll_o2() 119 if (do_clear) { in octeon_lmc_edac_poll_o2()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | octeon_edac-lmc.c | 41 bool do_clear = false; in octeon_lmc_edac_poll() local 58 do_clear = true; in octeon_lmc_edac_poll() 65 do_clear = true; in octeon_lmc_edac_poll() 67 if (do_clear) in octeon_lmc_edac_poll() 75 bool do_clear = false; in octeon_lmc_edac_poll_o2() local 109 do_clear = true; in octeon_lmc_edac_poll_o2() 116 do_clear = true; in octeon_lmc_edac_poll_o2() 119 if (do_clear) { in octeon_lmc_edac_poll_o2()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 145 unsigned int cols, int do_clear); 148 static void reset_terminal(struct vc_data *vc, int do_clear); 2083 static void reset_terminal(struct vc_data *vc, int do_clear) in reset_terminal() argument 2127 if (do_clear) in reset_terminal() 3459 unsigned int cols, int do_clear) in vc_init() 3481 reset_terminal(vc, do_clear); in vc_init() 3458 vc_init(struct vc_data *vc, unsigned int rows, unsigned int cols, int do_clear) vc_init() argument
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 143 static void vc_init(struct vc_data *vc, int do_clear); 146 static void reset_terminal(struct vc_data *vc, int do_clear); 2036 static void reset_terminal(struct vc_data *vc, int do_clear) in reset_terminal() argument 2080 if (do_clear) in reset_terminal() 3400 static void vc_init(struct vc_data *vc, int do_clear) in vc_init() argument 3417 reset_terminal(vc, do_clear); in vc_init()
|
Completed in 12 milliseconds