Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dline.c17 #define LINE_BUFSIZE 4096 macro
40 return LINE_BUFSIZE - 1; in write_room()
46 n += LINE_BUFSIZE; /* The other case */ in write_room()
71 ret = LINE_BUFSIZE - (write_room(line) + 1); in line_chars_in_buffer()
91 line->buffer = kmalloc(LINE_BUFSIZE, GFP_ATOMIC); in buffer_data()
104 end = line->buffer + LINE_BUFSIZE - line->tail; in buffer_data()
139 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()