Home
last modified time | relevance | path

Searched refs:NFS_TICKINTVL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/nfsclient/
H A Dnfs.h48 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
/freebsd/sys/nfsserver/
H A Dnfs.h48 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
/freebsd/sys/fs/nfs/
H A Dnfs.h42 #define NFS_TICKINTVL 500 /* Desired time for a tick (msec) */ macro
H A Dnfs_commonsubs.c944 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in newnfs_init()