Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c537 slp->ns_tq.lh_first->nd_time <= cur_usec) { in nfssvc_nfsd()
770 slp->ns_tq.lh_first->nd_time <= cur_usec) { in nfssvc_nfsd()
HDnfs_serv.c1257 nfsd->nd_time = cur_usec + in nfsrv_writegather()
1318 nfsd->nd_time = 0; in nfsrv_writegather()
1326 while (wp && wp->nd_time < nfsd->nd_time) { in nfsrv_writegather()
1376 if (nfsd->nd_time > cur_usec) in nfsrv_writegather()
1502 nfsd->nd_time = 0; in nfsrv_writegather()
1510 swp->nd_time = 0; in nfsrv_writegather()
HDnfs.h534 u_quad_t nd_time; /* Write deadline (usec) */ member
HDnfs_socket.c1782 (slp->ns_tq.lh_first->nd_time <= cur_usec)) { in nfs_timer_callout()