Searched refs:trailing (Results 1 – 2 of 2) sorted by relevance
14 unsigned long total_size, trailing; in fb_io_read() local53 trailing = copy_to_user(buf, buffer, c); in fb_io_read()54 if (trailing == c) { in fb_io_read()58 c -= trailing; in fb_io_read()78 unsigned long total_size, trailing; in fb_io_write() local120 trailing = copy_from_user(src, buf, c); in fb_io_write()121 if (trailing == c) { in fb_io_write()125 c -= trailing; in fb_io_write()
789 * Calculate the trailing portion of this S/G segment that cannot
Completed in 8 milliseconds