Searched refs:NFS_TICKINTVL (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ | ||
| H A D | nfs.h | 92 #define NFS_TICKINTVL 5 /* Desired time for a tick (msec) */ macro |
| H A D | nfs_vfsops.c | 311 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_vfs_init() |