Searched refs:buf_chunk (Results 1 – 1 of 1) sorted by relevance
1155 unsigned char *buf_chunk; in do_tty_write() local1160 buf_chunk = kmalloc(chunk, GFP_KERNEL); in do_tty_write()1161 if (!buf_chunk) { in do_tty_write()1167 tty->write_buf = buf_chunk; in do_tty_write()