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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1399 LIST_INIT(&nd->nd_coalesce);
1630 nd = swp->nd_coalesce.lh_first;
1684 * - put nd on owp's nd_coalesce list
1718 LIST_INSERT_HEAD(&owp->nd_coalesce, nd, nd_tq);
1724 while ((p = nd->nd_coalesce.lh_first)) {
1726 LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq);
H A Dnfs.h1065 LIST_HEAD(,nfsrv_descript) nd_coalesce; /* coalesced writes */ member in struct:nfsrv_descript

Completed in 19 milliseconds