Searched refs:queueSize (Results 1 – 5 of 5) sorted by relevance
46 UInt32 queueSize; member111 ((IODataQueueInternal *)notifyMsg)->queueSize = size; in initWithCapacity()119 dataQueue->queueSize = size; in initWithCapacity()148 round_page(((IODataQueueInternal *)notifyMsg)->queueSize + in free()169 UInt32 queueSize; in enqueue() local183 queueSize = ((IODataQueueInternal *) notifyMsg)->queueSize; in enqueue()184 if ((queueSize < tail) || (queueSize < head)) { in enqueue()191 ((tail + entrySize) <= queueSize)) { in enqueue()212 if ((queueSize - tail) >= DATA_QUEUE_ENTRY_HEADER_SIZE) { in enqueue()298 UInt32 queueSize; in getMemoryDescriptor() local[all …]
111 dataQueue->queueSize = size; in initWithCapacity()189 UInt32 queueSize = getQueueSize(); in peek() local191 if (headOffset > queueSize) { in peek()203 (headOffset + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize) || in peek()205 (headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize)) { in peek()335 UInt32 queueSize = getQueueSize(); in dequeue() local337 if (headOffset > queueSize) { in dequeue()347 (headOffset + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize) || in dequeue()356 (entrySize + DATA_QUEUE_ENTRY_HEADER_SIZE > queueSize)) { in dequeue()405 return _reserved->queueSize; in getQueueSize()[all …]
314 uint32_t queueSize = ivars->queueByteCount; in Peek() local316 if (headOffset > queueSize) { in Peek()403 if (headOffset > queueSize) { in DequeueWithCoalesce()499 uint32_t queueSize; in EnqueueWithCoalesce() local507 queueSize = ivars->queueByteCount; in EnqueueWithCoalesce()524 if (queueSize < tail || queueSize < head) { in EnqueueWithCoalesce()532 ((tail + entrySize) <= queueSize)) { in EnqueueWithCoalesce()630 uint32_t queueSize; in CanEnqueueData() local637 queueSize = ivars->queueByteCount; in CanEnqueueData()654 if (queueSize < tail || queueSize < head) { in CanEnqueueData()[all …]
58 UInt32 queueSize; member
57 UInt32 queueSize; member