Home
last modified time | relevance | path

Searched refs:TTYB_ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/
Dtty_buffer.c24 #define TTYB_ALIGN_MASK 0xff macro
40 #define TTY_BUFFER_PAGE (((PAGE_SIZE - sizeof(struct tty_buffer)) / 2) & ~TTYB_ALIGN_MASK)
165 size = __ALIGN_MASK(size, TTYB_ALIGN_MASK); in tty_buffer_alloc()