Searched refs:nfs_ticks (Results 1 – 2 of 2) sorted by relevance
93 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */94 extern int nfs_ticks;
133 int nfs_ticks; variable311 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_vfs_init()312 if (nfs_ticks < 1) { in nfs_vfs_init()313 nfs_ticks = 1; in nfs_vfs_init()