Home
last modified time | relevance | path

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

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