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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1012 int totalState, state; local
1015 totalState = kIOMemoryPurgeableNonVolatile;
1027 if (kIOMemoryPurgeableEmpty == state) totalState = kIOMemoryPurgeableEmpty;
1028 else if (kIOMemoryPurgeableEmpty == totalState) continue;
1029 else if (kIOMemoryPurgeableVolatile == totalState) continue;
1030 else if (kIOMemoryPurgeableVolatile == state) totalState = kIOMemoryPurgeableVolatile;
1031 else totalState = kIOMemoryPurgeableNonVolatile;
1034 if (oldState) *oldState = totalState;

Completed in 73 milliseconds