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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c21 #define LINE_BUFSIZE 4096 macro
52 return LINE_BUFSIZE - 1;
58 n = LINE_BUFSIZE + n; /* The other case */
90 ret = LINE_BUFSIZE - (write_room(line) + 1);
110 line->buffer = kmalloc(LINE_BUFSIZE, GFP_ATOMIC);
122 end = line->buffer + LINE_BUFSIZE - line->tail;
156 /* line->buffer + LINE_BUFSIZE is the end of the buffer! */
157 count = line->buffer + LINE_BUFSIZE - line->head;

Completed in 88 milliseconds