Home
last modified time | relevance | path

Searched refs:cache_size_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h186 int cache_size_; // Size of disk cache. variable
H A Dsat.cc748 cache_size_ = -1; in Sat()
907 ARG_IVALUE("--cache-size", cache_size_); in ParseArgs()
1328 segment_size_, cache_size_, in InitializeThreads()
1345 segment_size_, cache_size_, in InitializeThreads()
H A Dworker.cc2619 cache_size_ = 16 * 1024 * 1024; // assume 16MiB cache by default in DiskThread()
2623 queue_size_ = ((cache_size_ / write_block_size_) * 3) / 2; in DiskThread()
2715 cache_size_ = cache_size; in SetParameters()
2764 queue_size_ = ((cache_size_ / write_block_size_) * 3) / 2; in SetParameters()
2872 sat_assert(device_sectors_ * kSectorSize > 3 * cache_size_); in DoWork()
H A Dworker.h743 int cache_size_; // Size of disk cache, in bytes. variable