Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/common/
H A Dnfs_commonport.c55 extern int nfscl_ticks;
404 callout_reset(&newnfsd_callout, nfscl_ticks, newnfs_timer, NULL); in newnfs_timer()
H A Dnfs.h45 #define NFS_HZ (hz / nfscl_ticks) /* Ticks/sec */
H A Dnfs_commonsubs.c66 int nfscl_ticks; variable
465 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in newnfs_init()
466 if (nfscl_ticks < 1) in newnfs_init()
467 nfscl_ticks = 1; in newnfs_init()
H A Dnfs_commonkrpc.c101 extern int nfscl_ticks;
/netbsd/sys/fs/nfs/client/
H A Dnfs_clvfsops.c82 extern int nfscl_ticks;