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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp125 IOWorkLoop *wl = fSerializer->getWorkLoop(); local
126 if (wl)
127 wl->removeEventSource(fSerializer);
H A DIOTimerEventSource.cpp108 wl = me->workLoop; local
109 if (wl)
112 wl->closeGate();
133 wl->openGate();
150 wl = me->reserved->workLoop; local
151 if (wl)
154 wl->closeGate();
175 wl->openGate();
H A DIOService.cpp1678 IOWorkLoop * wl; local
1680 if( (wl = service->getWorkLoop())) {
1681 wl->retain();
1682 wl->runAction( action, service, p0, p1, p2, p3 );
1683 wl->release();
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTimerEventSource.h213 static void timeoutAndRelease(void *self, void *wl);

Completed in 83 milliseconds