Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOSharedDataQueue.cpp139 kmem_free(kernel_map, (vm_offset_t)dataQueue, round_page(getQueueSize() + in free()
162 …descriptor = IOMemoryDescriptor::withAddress(dataQueue, getQueueSize() + DATA_QUEUE_MEMORY_HEADER_… in getMemoryDescriptor()
189 UInt32 queueSize = getQueueSize(); in peek()
237 if (getQueueSize() < tail || getQueueSize() < head) { in enqueue()
244 ((tail + entrySize) <= getQueueSize())) { in enqueue()
265 if ((getQueueSize() - tail) >= DATA_QUEUE_ENTRY_HEADER_SIZE) { in enqueue()
335 UInt32 queueSize = getQueueSize(); in dequeue()
400 IOSharedDataQueue::getQueueSize() in getQueueSize() function in IOSharedDataQueue
/xnu-11215/iokit/IOKit/
H A DIOSharedDataQueue.h72 UInt32 getQueueSize();