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

/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp110 static const uint32 kZeroVecCount = 32; variable
111 static const size_t kZeroVecSize = kZeroVecCount * B_PAGE_SIZE;
113 static generic_io_vec sZeroVecs[kZeroVecCount];
641 size_t count = kZeroVecCount;
1125 for (uint32 i = 0; i < kZeroVecCount; i++) {

Completed in 38 milliseconds