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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp374 state->fCopyPageCount += numPages;
458 state->fCopyPageCount = 0;
473 state->fCopyPageCount = atop_64(round_page(state->fPreparedLength));
475 if (state->fCopyPageCount)
479 DEBG("preflight fCopyPageCount %d\n", state->fCopyPageCount);
487 kr = vm_page_alloc_list(state->fCopyPageCount,
491 DEBG("vm_page_alloc_list(%d) failed (%d)\n", state->fCopyPageCount, kr);
529 if (state->fCopyPageCount)
531 DEBG("sync fCopyPageCount
[all...]
H A DIOKitKernelInternal.h171 ppnum_t fCopyPageCount; member in struct:IODMACommandInternal

Completed in 21 milliseconds