Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c600 getmicrotime(&nd->nd_starttime); in nfssvc_nfsd()
1023 … rt->resptime = nfs_curusec() - (nd->nd_starttime.tv_sec * 1000000 + nd->nd_starttime.tv_usec); in nfsd_rt()
HDnfs.h552 struct timeval nd_starttime; /* Time RPC initiated */ member