Searched refs:pfnCount (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
254 pfnCount = pfnSize / sizeof(uint64_t);
256 if (page_count > pfnCount) { /* if(we need a gpadl body) */
261 + pfnCount * sizeof(uint64_t);
278 for (i = 0; i < pfnCount; i++) {
284 pfnSum = pfnCount;
285 pfnLeft = page_count - pfnCount;
292 pfnCount = pfnSize / sizeof(uint64_t);
298 if (pfnLeft > pfnCount) {
299 pfnCurr = pfnCount;
[all...]

Completed in 33 milliseconds