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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp985 unsigned int totalResident, totalDirty; local
987 totalResident = totalDirty = 0;
995 totalDirty += dirty;
999 if (dirtyPageCount) *dirtyPageCount = totalDirty;

Completed in 144 milliseconds