Searched refs:buf_chunk (Results 1 – 1 of 1) sorted by relevance
992 unsigned char *buf_chunk; in do_tty_write() local997 buf_chunk = kvmalloc(chunk, GFP_KERNEL | __GFP_RETRY_MAYFAIL); in do_tty_write()998 if (!buf_chunk) { in do_tty_write()1004 tty->write_buf = buf_chunk; in do_tty_write()
Completed in 9 milliseconds