Searched refs:bytes_this_pass (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/
H A Dtile-srom.c192 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); srom_read() local
195 *f_pos, bytes_this_pass); srom_read()
247 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); srom_write() local
249 if (copy_from_user(kernbuf, buf, bytes_this_pass) != 0) { srom_write()
255 *f_pos, bytes_this_pass); srom_write()

Completed in 53 milliseconds