Searched refs:vfs_lastwhinetime (Results 1 – 3 of 3) sorted by relevance
164 if ((now - ufsvfsp->vfs_lastwhinetime) > (hz << 2) && in alloc()166 ufsvfsp->vfs_lastwhinetime = now; in alloc()268 if ((now - ufsvfsp->vfs_lastwhinetime) > (hz << 2) && in realloccg()270 ufsvfsp->vfs_lastwhinetime = now; in realloccg()
1109 ufsvfsp->vfs_lastwhinetime = 0L; in mountfs()
787 clock_t vfs_lastwhinetime; member