Searched refs:uncopied (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | n_tty.c | 173 int uncopied; in tty_copy_to_user() local 177 uncopied = copy_to_user(to, from, size); in tty_copy_to_user() 178 zero_buffer(tty, from, size - uncopied); in tty_copy_to_user() 179 if (uncopied) in tty_copy_to_user() 180 return uncopied; in tty_copy_to_user() 187 uncopied = copy_to_user(to, from, n); in tty_copy_to_user() 188 zero_buffer(tty, from, n - uncopied); in tty_copy_to_user() 189 return uncopied; in tty_copy_to_user() 2239 int uncopied; in n_tty_read() local 2251 uncopied = copy_from_read_buf(tty, &b, &nr); in n_tty_read() [all …]
|
/Linux-v5.10/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 405 SUB len, AT, t0 # len number of uncopied bytes
|
/Linux-v5.10/arch/mips/lib/ |
D | memcpy.S | 571 SUB len, AT, t0 # len number of uncopied bytes
|
/Linux-v5.10/Documentation/kernel-hacking/ |
D | hacking.rst | 291 return the amount of uncopied data (ie. 0 still means success).
|