Home
last modified time | relevance | path

Searched refs:commandGate (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h150 IOCommandGateCounter commandGate; member
332 counter->u.commandGate.actionCalls++; in countCommandGateActionCall()
H A DIOCommandGate.h103 static OSPtr<IOCommandGate> commandGate(OSObject *owner, Action action = NULL);
/xnu-11215/iokit/Kernel/
H A DIOCommandPool.cpp86 fSerializer = IOCommandGate::commandGate(this); in initWithWorkLoop()
H A DIOCommandGate.cpp90 IOCommandGate::commandGate(OSObject *inOwner, Action inAction) in commandGate() function in IOCommandGate
H A DIOWorkLoop.cpp156 controlG = IOCommandGate::commandGate( in init()
H A DIOStatistics.cpp989 cgc->actionCalls += counter->u.commandGate.actionCalls; in copyCounterStatistics()
/xnu-11215/iokit/Tests/
H A DTests.cpp1995 OSSharedPtr<IOCommandGate> cg = IOCommandGate::commandGate(wl.get()); in sysctl_iokittest()