Searched refs:bytes_this_pass (Results 1 – 1 of 1) sorted by relevance
192 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); in srom_read() local195 *f_pos, bytes_this_pass); in srom_read()247 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); in srom_write() local249 if (copy_from_user(kernbuf, buf, bytes_this_pass) != 0) { in srom_write()255 *f_pos, bytes_this_pass); in srom_write()