Home
last modified time | relevance | path

Searched refs:uncopied (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/tty/
Dn_tty.c161 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/
Docteon-memcpy.S405 SUB len, AT, t0 # len number of uncopied bytes
/Linux-v4.19/arch/mips/lib/
Dmemcpy.S567 SUB len, AT, t0 # len number of uncopied bytes
Dcsum_partial.S788 SUB len, AT, t0 # len number of uncopied bytes
/Linux-v4.19/Documentation/kernel-hacking/
Dhacking.rst291 return the amount of uncopied data (ie. 0 still means success).