Searched refs:write_threshold_ (Results 1 – 4 of 4) sorted by relevance
181 int write_threshold_; // Maximum time (in us) a write should variable
714 write_threshold_ = -1; in Sat()857 ARG_IVALUE("--write-threshold", write_threshold_); in ParseArgs()1196 read_threshold_, write_threshold_, in InitializeThreads()1213 read_threshold_, write_threshold_, in InitializeThreads()
744 int64 write_threshold_; // Maximum time a write should take (in us) before variable
2551 write_threshold_ = 100000; // reading/writing a sector in DiskThread()2669 write_threshold_ = write_threshold; in SetParameters()3052 if (end_time - start_time > write_threshold_) { in WriteBlockToDisk()3055 end_time - start_time, write_threshold_, device_name_.c_str(), in WriteBlockToDisk()