Home
last modified time | relevance | path

Searched refs:handleSwapCleanup (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOKernelReporters.h525 virtual void handleSwapCleanup(int swapNChannels);
1406 virtual void handleSwapCleanup(int swapNChannels) APPLE_KEXT_OVERRIDE;
/xnu-11215/iokit/Kernel/
H A DIOStateReporter.cpp237 IOStateReporter::handleSwapCleanup(int swapNChannels) in handleSwapCleanup() function in IOStateReporter
241 super::handleSwapCleanup(swapNChannels); in handleSwapCleanup()
H A DIOReporter.cpp331 handleSwapCleanup(freeNChannels); in addChannel()
576 IOReporter::handleSwapCleanup(int swapNChannels) in handleSwapCleanup() function in IOReporter