Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dsat.h190 int write_threshold_; // Maximum time (in us) a write should variable
Dsat.cc751 write_threshold_ = -1; in Sat()
916 ARG_IVALUE("--write-threshold", write_threshold_); in ParseArgs()
1330 read_threshold_, write_threshold_, in InitializeThreads()
1347 read_threshold_, write_threshold_, in InitializeThreads()
Dworker.h754 int64 write_threshold_; // Maximum time a write should take (in us) before variable
Dworker.cc2583 write_threshold_ = 100000; // reading/writing a sector in DiskThread()
2701 write_threshold_ = write_threshold; in SetParameters()
3082 if (end_time - start_time > write_threshold_) { in WriteBlockToDisk()
3085 end_time - start_time, write_threshold_, device_name_.c_str(), in WriteBlockToDisk()