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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSharedDataQueue.cpp123 UInt32 headSize = 0; local
128 headSize = head->size;
135 ((headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE) > queueSize))
157 UInt32 headSize = 0; local
162 headSize = head->size;
168 ((headOffset + headSize + DATA_QUEUE_ENTRY_HEADER_SIZE) > queueSize)) {

Completed in 18 milliseconds