Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/
H A Dnfs_vfsops.c5855 time_t sendtime; in nfs_vfs_sysctl() local
5860 sendtime = now.tv_sec; in nfs_vfs_sysctl()
5863 if (rq->r_start < sendtime) { in nfs_vfs_sysctl()
5864 sendtime = rq->r_start; in nfs_vfs_sysctl()
5874 waittime = now.tv_sec - sendtime; in nfs_vfs_sysctl()