Searched refs:doneSegs (Results 1 - 1 of 1) sorted by path

/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp196 SInt32 doneSegs; // segments for output mbuf chain. local
214 doneSegs = outSegs = outLen = 0;
222 // large enough to make (numSegs + doneSegs + outSegs) less than or
249 doneSegs += (round_page(vmo + MCLBYTES) - trunc_page(vmo))
256 if (doneSegs + 1 > (int) maxSegs) {
258 doneSegs, maxSegs);
277 if (doneSegs + outSegs > (int) maxSegs) {
279 doneSegs, outSegs, maxSegs);
305 } while (in && ((numSegs + doneSegs + outSegs) > 0));
307 if ( (int) (numSegs + doneSegs
[all...]

Completed in 323 milliseconds