Searched refs:uncopied (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | n_tty.c | 161 int uncopied; in tty_copy_to_user() local 165 uncopied = copy_to_user(to, from, size); in tty_copy_to_user() 166 if (uncopied) in tty_copy_to_user() 167 return uncopied; in tty_copy_to_user() 2223 int uncopied; in n_tty_read() local 2235 uncopied = copy_from_read_buf(tty, &b, &nr); in n_tty_read() 2236 uncopied += copy_from_read_buf(tty, &b, &nr); in n_tty_read() 2237 if (uncopied) { in n_tty_read()
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 405 SUB len, AT, t0 # len number of uncopied bytes
|
/Linux-v4.19/arch/mips/lib/ |
D | memcpy.S | 567 SUB len, AT, t0 # len number of uncopied bytes
|
D | csum_partial.S | 788 SUB len, AT, t0 # len number of uncopied bytes
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 291 return the amount of uncopied data (ie. 0 still means success).
|