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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c1324 struct nfsrv_descript *nwp, *nnwp; local
1344 for (nwp = slp->ns_tq.lh_first; nwp; nwp = nnwp) {
1345 nnwp = nwp->nd_tq.le_next;
1346 LIST_REMOVE(nwp, nd_tq);
1347 nfsm_chain_cleanup(&nwp->nd_nmreq);
1348 if (nwp->nd_mrep)
1349 mbuf_freem(nwp->nd_mrep);
1350 if (nwp
[all...]

Completed in 20 milliseconds