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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1392 nfs_buf_iterprepare(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1402 LIST_INIT(iterheadp);
1411 LIST_INIT(iterheadp);
1416 iterheadp->lh_first = listheadp->lh_first;
1417 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first;
1429 nfs_buf_itercomplete(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) argument
1439 while (!LIST_EMPTY(iterheadp)) {
1440 bp = LIST_FIRST(iterheadp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1716 buf_iterprepare(vnode_t vp, struct buflists *iterheadp, int flags) argument
1730 LIST_INIT(iterheadp);
1735 iterheadp->lh_first = listheadp->lh_first;
1736 listheadp->lh_first->b_vnbufs.le_prev = &iterheadp->lh_first;
1747 buf_itercomplete(vnode_t vp, struct buflists *iterheadp, int flags) argument
1757 while (!LIST_EMPTY(iterheadp)) {
1758 bp = LIST_FIRST(iterheadp);

Completed in 79 milliseconds