nfs_ticks          47 nfs/nfs.h      #define NFS_HZ		(hz / nfs_ticks) /* Ticks/sec */
nfs_ticks         101 nfs/nfs_socket.c extern int nfs_ticks;
nfs_ticks        1338 nfs/nfs_socket.c 	timeout_add(to, nfs_ticks);
nfs_ticks         104 nfs/nfs_subs.c int nfs_ticks;
nfs_ticks        1055 nfs/nfs_subs.c 	nfs_ticks = (hz * NFS_TICKINTVL + 500) / 1000;
nfs_ticks        1056 nfs/nfs_subs.c 	if (nfs_ticks < 1)
nfs_ticks        1057 nfs/nfs_subs.c 		nfs_ticks = 1;
nfs_ticks          72 nfs/nfs_vfsops.c extern int nfs_ticks;