Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c275 static uint_t di_chunk = 32; /* I/O chunk size in pages */ variable
3855 if (map_size > di_chunk * PAGESIZE) in di_cache_write()
3856 chunk = di_chunk * PAGESIZE; in di_cache_write()
3961 chunk = (sz > di_chunk * PAGESIZE) ? di_chunk * PAGESIZE : sz; in di_cache_read()