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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandGate.cpp96 if (workLoop && !workLoop->inGate())
241 if (!workLoop->inGate())
249 if (!workLoop->inGate())
H A DIOWorkLoop.cpp436 bool IOWorkLoop::inGate() const function in class:IOWorkLoop
H A DIOPMrootDomain.cpp90 if (gIOPMWorkLoop && gIOPMWorkLoop->inGate() != true) { \
1968 if (!getPMworkloop()->inGate())
2120 if(gIOPMWorkLoop->inGate() == false) {
3025 if (gIOPMWorkLoop->inGate() == false) {
4088 if (gIOPMWorkLoop->inGate() == false)
H A DIOServicePM.cpp142 assert(gIOPMWorkLoop->inGate()); \
2330 if (gIOPMWorkLoop->inGate() && (ordinal < fNumberOfPowerStates))
2373 if (gIOPMWorkLoop->inGate() && (state < fNumberOfPowerStates))
2477 if (gIOPMWorkLoop->inGate())
2502 if (gIOPMWorkLoop->inGate())
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h218 /*! @function inGate
222 virtual bool inGate() const;

Completed in 55 milliseconds