Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_io.c939 unsigned char *buf_chunk; in do_tty_write() local
944 buf_chunk = kmalloc(chunk, GFP_KERNEL); in do_tty_write()
945 if (!buf_chunk) { in do_tty_write()
951 tty->write_buf = buf_chunk; in do_tty_write()