Searched refs:headIndex (Results 1 – 2 of 2) sorted by relevance
31 uint16_t headIndex; member89 uint16_t headIndex = impl->headIndex; in PopQueue() local90 result = impl->elements[headIndex++]; in PopQueue()91 impl->headIndex = ((headIndex >= impl->maxElements) ? 0 : headIndex); in PopQueue()
929 int64_t headIndex = ioctlData->offset / MAX_READ_SIZE; in HasCache() local931 if (cInode->IsReadFinished(headIndex) && cInode->IsReadFinished(tailIndex)) { in HasCache()