Home | History | Annotate | Download | only in src

Lines Matching full:int64

242   int64 ReadThreadTimer() {
257 int64 GetErrorCount() {return errorcount_;}
258 int64 GetPageCount() {return pages_copied_;}
259 int64 GetRunDurationUSec() {return runduration_usec_;}
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.
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_;
675 int64 segment_size,
676 int64 cache_size,
678 int64 read_threshold,
679 int64 write_threshold,
705 virtual int64 GetTime();
708 virtual bool AsyncDiskIO(IoOp op, int fd, void *buf, int64 size,
709 int64 offset, int64 timeout);
722 int64 blocks_read_; // Number of blocks read in work loop.
723 int64 blocks_written_; // Number of blocks written in work loop.
724 int64 segment_size_; // Size of disk segments (in bytes) that the disk
742 int64 read_threshold_; // Maximum time a read should take (in us) before
744 int64 write_threshold_; // Maximum time a write should take (in us) before
746 int64 read_timeout_; // Maximum time a read can take before a timeout
748 int64 write_timeout_; // Maximum time a write can take before a timeout
752 int64 device_sectors_; // Number of sectors on the device.
787 bool SetRegion(void *region, int64 size);