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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c147 static u_offset_t smallfile1 = 32 * 1024; variable
258 smallfile1 = percpufreeb / smallfile1_d;
260 smallfile1 = MAX(smallfile1, smallfile);
261 smallfile1 = MAX(smallfile1, smallfile64);
262 smallfile2 = MAX(smallfile1, smallfile2);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c698 * Freebehind maintains a range of file offset [smallfile1; smallfile2]
700 * 0 < offset < smallfile1 : pages are not freed.
701 * smallfile1 < offset < smallfile2 : pages freed to tail of cachelist.
708 * smallfile1 = (free memory / ncpu) / 1000
713 * Free Mem (in Bytes) [smallfile1; smallfile2] [smallfile1; smallfile2]
724 static u_offset_t smallfile1 = 32 * 1024; variable
1423 * We update smallfile2 and smallfile1 at most every second.
1431 smallfile1 = percpufreeb / smallfile1_d;
1433 smallfile1
[all...]

Completed in 69 milliseconds