Searched refs:TTY_BLOCK_START (Results 1 – 1 of 1) sorted by relevance
87 #define TTY_BLOCK_START(tty) (1 + ((tty)->sx * (tty)->sy) * 8) macro222 if (size < TTY_BLOCK_START(tty)) in tty_block_maybe()