Home
last modified time | relevance | path

Searched refs:nfs_ticks (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c95 int nfs_ticks; variable
582 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000; in nfs_init()
583 if (nfs_ticks < 1) in nfs_init()
584 nfs_ticks = 1; in nfs_init()
H A Dnfs.h53 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
637 extern int nfs_ticks;
H A Dnfs_socket.c1790 callout_reset(&nfs_timer_handle, nfs_ticks, nfs_timer_callout, NULL); in nfs_timer_callout()