Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dtile-srom.c47 #define SROM_CHUNK_SIZE ((size_t)4096) macro
180 kernbuf = kmalloc(SROM_CHUNK_SIZE, GFP_KERNEL); in srom_read()
192 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); in srom_read()
235 kernbuf = kmalloc(SROM_CHUNK_SIZE, GFP_KERNEL); in srom_write()
247 int bytes_this_pass = min(count, SROM_CHUNK_SIZE); in srom_write()