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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandQueue.h69 int inSize = kIOCQDefaultSize)
73 int inSize = kIOCQDefaultSize)
H A DIOCommandPool.h148 UInt32 inSize = kIOCommandPoolDefaultSize);
156 UInt32 inSize = kIOCommandPoolDefaultSize);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp69 size: (int) inSize;
83 int inSize)
89 != semaphore_create(kernel_task, &producerSema, SYNC_POLICY_FIFO, inSize))
92 size = inSize + 1; /* Allocate one more entry than needed */
112 int inSize)
116 if (me && !me->init(inOwner, inAction, inSize)) {
81 init(OSObject *inOwner, IOCommandQueueAction inAction, int inSize) argument
110 commandQueue(OSObject *inOwner, IOCommandQueueAction inAction, int inSize) argument
H A DIOCommandPool.cpp97 commandPool(IOService * inOwner, IOWorkLoop *inWorkLoop, UInt32 inSize) argument
101 if (me && !me->init(inOwner, inWorkLoop, inSize)) {
110 init(IOService */* inOwner */, IOWorkLoop *inWorkLoop, UInt32 /* inSize */)

Completed in 238 milliseconds