Home
last modified time | relevance | path

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

/arch/um/drivers/
Dline.c16 #define LINE_BUFSIZE 4096 macro
38 return LINE_BUFSIZE - 1; in write_room()
44 n += LINE_BUFSIZE; /* The other case */ in write_room()
69 ret = LINE_BUFSIZE - (write_room(line) + 1); in line_chars_in_buffer()
89 line->buffer = kmalloc(LINE_BUFSIZE, GFP_ATOMIC); in buffer_data()
102 end = line->buffer + LINE_BUFSIZE - line->tail; in buffer_data()
137 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()