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

/freebsd-9.3-release/sys/nfsclient/
H A Dnfs.h50 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
133 extern int nfs_ticks;
H A Dnfs_subs.c116 int nfs_ticks; variable
344 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
345 if (nfs_ticks < 1)
346 nfs_ticks = 1;
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs.h50 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */

Completed in 50 milliseconds