Searched refs:nfs_ticks (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h80 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
81 __private_extern__ int nfs_ticks; variable
H A Dnfs_vfsops.c126 int nfs_ticks; variable
304 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
305 if (nfs_ticks < 1)
306 nfs_ticks = 1;

Completed in 97 milliseconds