Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/nfsclient/
Dnfs.h49 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
Dnfs_subs.c344 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_init()
/freebsd-9-stable/sys/nfsserver/
Dnfs.h49 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
Dnfs_srvsubs.c525 nfsrv_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfsrv_modevent()
/freebsd-9-stable/sys/fs/nfs/
Dnfs.h42 #define NFS_TICKINTVL 500 /* Desired time for a tick (msec) */ macro
Dnfs_commonsubs.c435 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in newnfs_init()