Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp1667 enum { kPutOnFreeQueue, kPutOnActiveQueue, kPutOnWaitingQueue } action; in lockForArbitration() enumerator
1879 action = kPutOnFreeQueue; in lockForArbitration()
1887 action = kPutOnFreeQueue; in lockForArbitration()
1894 action = kPutOnFreeQueue; in lockForArbitration()
1908 } else if (kPutOnFreeQueue == action) { in lockForArbitration()