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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c148 static u_offset_t smallfile2 = 32 * 1024; variable
259 smallfile2 = percpufreeb / smallfile2_d;
262 smallfile2 = MAX(smallfile1, smallfile2);
290 uiop->uio_loffset > smallfile2)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c698 * Freebehind maintains a range of file offset [smallfile1; smallfile2]
701 * smallfile1 < offset < smallfile2 : pages freed to tail of cachelist.
702 * smallfile2 < offset : pages freed to head of cachelist.
709 * smallfile2 = (free memory / ncpu) / 10
713 * Free Mem (in Bytes) [smallfile1; smallfile2] [smallfile1; smallfile2]
725 static u_offset_t smallfile2 = 32 * 1024; variable
1423 * We update smallfile2 and smallfile1 at most every second.
1432 smallfile2 = percpufreeb / smallfile2_d;
1435 smallfile2
[all...]

Completed in 54 milliseconds