HomeSort by: relevance | last modified time | path
    Searched refs:nfs_ticks (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/nfs/
nfs_var.h 321 extern int nfs_ticks;
nfs_subs.c 142 int nfs_ticks; variable in typeref:typename:int
1491 nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
1492 if (nfs_ticks < 1)
1493 nfs_ticks = 1;
nfs.h 55 #define NFS_HZ (hz / nfs_ticks) /* Ticks/sec */
nfs_vfsops.c 81 extern int nfs_ticks;
nfs_socket.c 688 callout_schedule(&nfs_timer_ch, nfs_ticks);

Completed in 16 milliseconds