Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/platform/src/
H A Dhdf_wlan_queue.c31 uint16_t headIndex; member
89 uint16_t headIndex = impl->headIndex; in PopQueue() local
90 result = impl->elements[headIndex++]; in PopQueue()
91 impl->headIndex = ((headIndex >= impl->maxElements) ? 0 : headIndex); in PopQueue()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp929 int64_t headIndex = ioctlData->offset / MAX_READ_SIZE; in HasCache() local
931 if (cInode->IsReadFinished(headIndex) && cInode->IsReadFinished(tailIndex)) { in HasCache()