Searched refs:nfs_ticks (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h80 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
81 __private_extern__ int nfs_ticks; variable
H A Dnfs_vfsops.c125 int nfs_ticks; variable
280 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
281 if (nfs_ticks < 1)
282 nfs_ticks = 1;

Completed in 85 milliseconds