Searched defs:cache_read_ahead (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c143 static int cache_read_ahead = 0; variable
289 if ((cache_read_ahead == 0) &&
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c674 * If cache_read_ahead = 1, the pages for read will go to the tail
677 int cache_read_ahead = 0; variable
1481 if ((cache_read_ahead == 0) &&

Completed in 59 milliseconds