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

/freebsd-12-stable/sys/nfsclient/
H A Dnfs.h51 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
/freebsd-12-stable/sys/nfsserver/
H A Dnfs.h51 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h44 #define NFS_TICKINTVL 500 /* Desired time for a tick (msec) */ macro
H A Dnfs_commonsubs.c838 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000;

Completed in 115 milliseconds