Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdcache.c846 static time_t udp_lasttrim = 0, tcp_lasttrim = 0; in nfsrc_trimcache() local
883 if (NFSD_MONOSEC != tcp_lasttrim || in nfsrc_trimcache()
894 if (NFSD_MONOSEC != tcp_lasttrim) { in nfsrc_trimcache()
904 tcp_lasttrim = NFSD_MONOSEC; in nfsrc_trimcache()
913 tcp_lasttrim > rp->rc_timestamp || in nfsrc_trimcache()
927 j = rp->rc_timestamp - tcp_lasttrim; in nfsrc_trimcache()
954 thisstamp = tcp_lasttrim + k; in nfsrc_trimcache()