HomeSort by: relevance | last modified time | path
    Searched defs:tcp_lasttrim (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 845 static time_t udp_lasttrim = 0, tcp_lasttrim = 0; local in function:nfsrc_trimcache
882 if (NFSD_MONOSEC != tcp_lasttrim ||
893 if (NFSD_MONOSEC != tcp_lasttrim) {
903 tcp_lasttrim = NFSD_MONOSEC;
912 tcp_lasttrim > rp->rc_timestamp ||
922 * present (tcp_lasttrim) to the present
926 j = rp->rc_timestamp - tcp_lasttrim;
953 thisstamp = tcp_lasttrim + k;

Completed in 11 milliseconds