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

/linux-4.1.27/drivers/edac/
H A Docteon_edac-lmc.c42 bool do_clear = false; octeon_lmc_edac_poll() local
59 do_clear = true; octeon_lmc_edac_poll()
66 do_clear = true; octeon_lmc_edac_poll()
68 if (do_clear) octeon_lmc_edac_poll()
76 bool do_clear = false; octeon_lmc_edac_poll_o2() local
109 do_clear = true; octeon_lmc_edac_poll_o2()
116 do_clear = true; octeon_lmc_edac_poll_o2()
119 if (do_clear) { octeon_lmc_edac_poll_o2()
/linux-4.1.27/drivers/tty/vt/
H A Dvt.c147 unsigned int cols, int do_clear);
150 static void reset_terminal(struct vc_data *vc, int do_clear);
1677 static void reset_terminal(struct vc_data *vc, int do_clear) reset_terminal() argument
1723 if (do_clear) reset_terminal()
2916 unsigned int cols, int do_clear) vc_init()
2938 reset_terminal(vc, do_clear); vc_init()
2915 vc_init(struct vc_data *vc, unsigned int rows, unsigned int cols, int do_clear) vc_init() argument

Completed in 92 milliseconds