Home
last modified time | relevance | path

Searched refs:checkForWork (Results 1 – 19 of 19) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOCommandQueue.cpp156 #error IOCommandQueue::checkForWork needs to be updated for new command size
160 IOCommandQueue::checkForWork() in checkForWork() function in IOCommandQueue
H A DIOPMPowerStateQueue.h54 virtual bool checkForWork( void ) APPLE_KEXT_OVERRIDE;
H A DIOPMPowerStateQueue.cpp87 IOPMPowerStateQueue::checkForWork( void ) in checkForWork() function in IOPMPowerStateQueue
H A DIOWorkLoop.cpp403 more |= evnt->checkForWork(); in runEventSources()
713 ptr1 = OSMemberFunctionCast(void*, inEventSource, &IOEventSource::checkForWork); in eventSourcePerformsWork()
714 ptr2 = OSMemberFunctionCast(void*, controlG, &IOEventSource::checkForWork); in eventSourcePerformsWork()
H A DIOServicePMPrivate.h757 virtual bool checkForWork( void ) APPLE_KEXT_OVERRIDE;
798 virtual bool checkForWork( void ) APPLE_KEXT_OVERRIDE;
825 virtual bool checkForWork( void ) APPLE_KEXT_OVERRIDE;
H A DIOEventSource.cpp58 IOEventSource::checkForWork() in checkForWork() function in IOEventSource
H A DIODMAEventSource.cpp202 IODMAEventSource::checkForWork(void) in checkForWork() function in IODMAEventSource
H A DIOInterruptEventSource.cpp317 IOInterruptEventSource::checkForWork() in checkForWork() function in IOInterruptEventSource
H A DIOTimerEventSource.cpp199 IOTimerEventSource::checkForWork() in checkForWork() function in IOTimerEventSource
H A DIOPolledInterface.cpp399 newErr = poller->checkForWork(); in IOPolledFilePollersIODone()
H A DIOServicePM.cpp8974 IOPMRequestQueue::checkForWork( void ) in checkForWork() function in IOPMRequestQueue
9146 IOPMWorkQueue::checkForWork( void ) in checkForWork() function in IOPMWorkQueue
9301 IOPMCompletionQueue::checkForWork( void ) in checkForWork() function in IOPMCompletionQueue
H A DIOUserServer.cpp6964 IOServiceStateNotificationEventSource::checkForWork() in checkForWork() function in IOServiceStateNotificationEventSource
/xnu-11215/iokit/IOKit/
H A DIOServiceStateNotificationEventSource.h74 virtual bool checkForWork() APPLE_KEXT_OVERRIDE;
H A DIOCommandQueue.h65 virtual bool checkForWork() APPLE_KEXT_OVERRIDE;
H A DIOInterruptEventSource.h124 virtual bool checkForWork() APPLE_KEXT_OVERRIDE;
H A DIOEventSource.h198 virtual bool checkForWork();
H A DIODMAEventSource.h90 virtual bool checkForWork(void) APPLE_KEXT_OVERRIDE;
H A DIOTimerEventSource.h211 virtual bool checkForWork() APPLE_KEXT_OVERRIDE;
H A DIOPolledInterface.h90 virtual IOReturn checkForWork(void) = 0;