Searched refs:LINE_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
16 #define LINE_BUFSIZE 4096 macro39 return LINE_BUFSIZE - 1; in write_room()45 n += LINE_BUFSIZE; /* The other case */ in write_room()70 ret = LINE_BUFSIZE - (write_room(line) + 1); in line_chars_in_buffer()90 line->buffer = kmalloc(LINE_BUFSIZE, GFP_ATOMIC); in buffer_data()103 end = line->buffer + LINE_BUFSIZE - line->tail; in buffer_data()138 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()