Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h188 int read_threshold_; // Maximum time (in us) a read should take variable
H A Dsat.cc750 read_threshold_ = -1; in Sat()
913 ARG_IVALUE("--read-threshold", read_threshold_); in ParseArgs()
1330 read_threshold_, write_threshold_, in InitializeThreads()
1347 read_threshold_, write_threshold_, in InitializeThreads()
H A Dworker.h753 int64 read_threshold_; // Maximum time a read should take (in us) before variable
H A Dworker.cc2626 read_threshold_ = 100000; // 100ms is a reasonable limit for in DiskThread()
2735 read_threshold_ = read_threshold; in SetParameters()
3184 if (end_time - start_time > read_threshold_) { in ValidateBlockOnDisk()
3187 end_time - start_time, read_threshold_, in ValidateBlockOnDisk()