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

/freebsd-10.2-release/sys/dev/hyperv/vmbus/
H A Dhv_channel.c245 int pfnSum, pfnCount, pfnLeft, pfnCurr, pfnSize; local
285 pfnLeft = page_count - pfnCount;
297 while (pfnLeft) {
298 if (pfnLeft > pfnCount) {
301 pfnCurr = pfnLeft;
330 pfnLeft -= pfnCurr;

Completed in 159 milliseconds