Searched refs:NFS_TICKINTVL (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/nfs/ | ||
H A D | nfs.h | 41 #define NFS_TICKINTVL 5 /* Desired time for a tick (msec) */ macro |
H A D | nfs_subs.c | 892 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_init() |