Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c850 static time_t udp_lasttrim = 0, tcp_lasttrim = 0; in nfsrc_trimcache() local
889 if (NFSD_MONOSEC != tcp_lasttrim || in nfsrc_trimcache()
901 if (NFSD_MONOSEC != tcp_lasttrim) { in nfsrc_trimcache()
911 tcp_lasttrim = NFSD_MONOSEC; in nfsrc_trimcache()
921 tcp_lasttrim > rp->rc_timestamp || in nfsrc_trimcache()
935 j = rp->rc_timestamp - tcp_lasttrim; in nfsrc_trimcache()
962 thisstamp = tcp_lasttrim + k; in nfsrc_trimcache()