Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/drivers/
Dline.c16 #define LINE_BUFSIZE 4096 macro
47 return LINE_BUFSIZE - 1; in write_room()
53 n += LINE_BUFSIZE; /* The other case */ in write_room()
78 ret = LINE_BUFSIZE - (write_room(line) + 1); in line_chars_in_buffer()
98 line->buffer = kmalloc(LINE_BUFSIZE, GFP_ATOMIC); in buffer_data()
111 end = line->buffer + LINE_BUFSIZE - line->tail; in buffer_data()
146 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()