Searched refs:nd_tq (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1456 wp = wp->nd_tq.le_next;
1459 LIST_INSERT_AFTER(owp, nd, nd_tq);
1461 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1503 owp = nd->nd_tq.le_next;
1508 LIST_REMOVE(nd, nd_tq);
1628 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1632 LIST_REMOVE(nd, nd_tq);
1636 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
1643 for (nd = slp->ns_tq.lh_first; nd; nd = nd->nd_tq.le_next)
1645 LIST_REMOVE(nd, nd_tq);
[all...]
H A Dnfs_syscalls.c1345 nnwp = nwp->nd_tq.le_next;
1346 LIST_REMOVE(nwp, nd_tq);
H A Dnfs.h1064 LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */ member in struct:nfsrv_descript

Completed in 83 milliseconds