Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h92 #define NFS_TICKINTVL 5 /* Desired time for a tick (msec) */ macro
H A Dnfs_vfsops.c311 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_vfs_init()