Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c1004 unsigned char *buf_chunk; in do_tty_write() local
1009 buf_chunk = kmalloc(chunk, GFP_KERNEL); in do_tty_write()
1010 if (!buf_chunk) { in do_tty_write()
1016 tty->write_buf = buf_chunk; in do_tty_write()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c994 unsigned char *buf_chunk; in iterate_tty_write() local
999 buf_chunk = kvmalloc(chunk, GFP_KERNEL | __GFP_RETRY_MAYFAIL); in iterate_tty_write()
1000 if (!buf_chunk) { in iterate_tty_write()
1006 tty->write_buf = buf_chunk; in iterate_tty_write()

Completed in 9 milliseconds