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

/macosx-10.5.8/xnu-1228.15.4/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 20 milliseconds