Searched refs:NFS_TICKINTVL (Results 1 – 4 of 4) sorted by relevance
48 #define NFS_TICKINTVL 10 /* Desired time for a tick (msec) */ macro
42 #define NFS_TICKINTVL 500 /* Desired time for a tick (msec) */ macro
944 nfscl_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in newnfs_init()