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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c1427 wp = slp->ns_tq.lh_first;
1435 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1476 for (nd = slp->ns_tq.lh_first; nd; nd = owp) {
1602 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1610 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
1617 for (nd = slp->ns_tq.lh_first; nd; nd = nd->nd_tq.le_next)
1624 slp->ns_wgtime = slp->ns_tq.lh_first ? slp->ns_tq.lh_first->nd_time : 0;
H A Dnfs_syscalls.c1281 for (nwp = slp->ns_tq.lh_first; nwp; nwp = nnwp) {
1293 LIST_INIT(&slp->ns_tq);
H A Dnfs.h922 LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */ member in struct:nfsrv_sock

Completed in 179 milliseconds