Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/core/
A Dfb_io_fops.c14 unsigned long total_size, trailing; in fb_io_read() local
53 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() local
120 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()
/drivers/scsi/aic7xxx/
A Daic7xxx.seq789 * Calculate the trailing portion of this S/G segment that cannot

Completed in 8 milliseconds