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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c149 static clock_t smallfile_update = 0; /* when to recompute */ variable
253 if (drv_hztousec(ddi_get_lbolt()) >= smallfile_update) {
263 smallfile_update = drv_hztousec(ddi_get_lbolt())
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c726 static clock_t smallfile_update = 0; /* lbolt value of when to recompute */ variable
1426 if (now >= smallfile_update) {
1436 smallfile_update = now + hz;

Completed in 74 milliseconds