Lines Matching refs:int64
242 int64 ReadThreadTimer() { in ReadThreadTimer()
243 int64 end_time_ = sat_get_time_us(); in ReadThreadTimer()
255 int64 GetErrorCount() {return errorcount_;} in GetErrorCount()
256 int64 GetPageCount() {return pages_copied_;} in GetPageCount()
257 int64 GetRunDurationUSec() {return runduration_usec_;} in GetRunDurationUSec()
324 int64 length,
326 int64 patternoffset);
378 volatile int64 pages_copied_; // Recorded for memory bandwidth calc.
379 volatile int64 errorcount_; // Miscompares seen by this thread.
387 int64 start_time_; // Worker thread start time.
388 volatile int64 runduration_usec_; // Worker run duration in u-seconds.
590 virtual void SetFillPages(int64 num_pages_to_fill_init);
596 int64 num_pages_to_fill_;
686 int64 segment_size,
687 int64 cache_size,
689 int64 read_threshold,
690 int64 write_threshold,
716 virtual int64 GetTime();
719 virtual bool AsyncDiskIO(IoOp op, int fd, void *buf, int64 size,
720 int64 offset, int64 timeout);
733 int64 blocks_read_; // Number of blocks read in work loop.
734 int64 blocks_written_; // Number of blocks written in work loop.
735 int64 segment_size_; // Size of disk segments (in bytes) that the disk
753 int64 read_threshold_; // Maximum time a read should take (in us) before
755 int64 write_threshold_; // Maximum time a write should take (in us) before
757 int64 read_timeout_; // Maximum time a read can take before a timeout
759 int64 write_timeout_; // Maximum time a write can take before a timeout
763 int64 device_sectors_; // Number of sectors on the device.
798 bool SetRegion(void *region, int64 size);