Home
last modified time | relevance | path

Searched refs:nfscl_ticks (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs.h43 #define NFS_HZ (hz / nfscl_ticks) /* Ticks/sec */
H A Dnfs_commonport.c56 extern int nfscl_ticks;
H A Dnfs_commonsubs.c66 int nfscl_ticks; variable
938 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in newnfs_init()
939 if (nfscl_ticks < 1) in newnfs_init()
940 nfscl_ticks = 1; in newnfs_init()
H A Dnfs_commonkrpc.c95 extern int nfscl_ticks;
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c81 extern int nfscl_ticks;