Searched refs:readCnt (Results 1 – 3 of 3) sorted by relevance
135 int readCnt = stats.st_size / SINGLE_READ_SIZE; in PrereadLibFile() local136 if (readCnt * SINGLE_READ_SIZE < stats.st_size) { in PrereadLibFile()137 readCnt += 1; in PrereadLibFile()140 for (int i = 0; i < readCnt; i++) { in PrereadLibFile()
79 uint32_t readCnt = 0; in ReadThread() local89 if (readCnt >= bufferCnt_) { in ReadThread()104 ++readCnt; in ReadThread()
90 uint32_t readCnt = 0; in ReadThread() local93 if (!isEnd_ && (readCnt == bufferCnt_)) { in ReadThread()105 ++readCnt; in ReadThread()