Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
138 /* line->buffer + LINE_BUFSIZE is the end of the buffer! */ in flush_buffer()
139 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()
/kernel/linux/linux-6.6/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()
138 /* line->buffer + LINE_BUFSIZE is the end of the buffer! */ in flush_buffer()
139 count = line->buffer + LINE_BUFSIZE - line->head; in flush_buffer()

Completed in 3 milliseconds