Searched refs:uncopied (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 2266 int uncopied; in n_tty_read() local 2278 uncopied = copy_from_read_buf(tty, &b, &nr); in n_tty_read() 2279 uncopied += copy_from_read_buf(tty, &b, &nr); in n_tty_read() 2280 if (uncopied) { in n_tty_read()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 408 SUB len, AT, t0 # len number of uncopied bytes
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 563 SUB len, AT, t0 # len number of uncopied bytes
|
D | csum_partial.S | 785 SUB len, AT, t0 # len number of uncopied bytes
|