Home
last modified time | relevance | path

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

/src/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c417 rp->rc_timestamp = NFSD_MONOSEC + in nfsrc_getudp()
425 rp->rc_timestamp = NFSD_MONOSEC + in nfsrc_getudp()
499 rp->rc_timestamp = NFSD_MONOSEC + nfsrc_tcptimeout; in nfsrvd_updatecache()
542 rp->rc_timestamp = NFSD_MONOSEC + in nfsrvd_updatecache()
546 rp->rc_timestamp = NFSD_MONOSEC + nfsrc_tcptimeout; in nfsrvd_updatecache()
705 rp->rc_timestamp = NFSD_MONOSEC + nfsrc_tcptimeout; in nfsrc_gettcp()
714 rp->rc_timestamp = NFSD_MONOSEC + nfsrc_tcptimeout; in nfsrc_gettcp()
882 udp_lasttrim > rp->rc_timestamp || in nfsrc_trimcache()
921 tcp_lasttrim > rp->rc_timestamp || in nfsrc_trimcache()
935 j = rp->rc_timestamp - tcp_lasttrim; in nfsrc_trimcache()
[all …]
/src/sys/fs/nfs/
H A Dnfsrvcache.h52 time_t rc_timestamp; /* Time done */ member