taglinefilesource code
vbl_cursor_cnt176arch/m68k/console/fbcon.cstatic int vbl_cursor_cnt = 0;
vbl_cursor_cnt183arch/m68k/console/fbcon.cvbl_cursor_cnt = 0;
vbl_cursor_cnt1481arch/m68k/console/fbcon.cvbl_cursor_cnt = CURSOR_DRAW_DELAY;
vbl_cursor_cnt1497arch/m68k/console/fbcon.cif (vbl_cursor_cnt && --vbl_cursor_cnt == 0) {
vbl_cursor_cnt1504arch/m68k/console/fbcon.cvbl_cursor_cnt = cursor_blink_rate;