HomeSort by relevance Sort by last modified time
    Searched refs:device_sectors_ (Results 1 - 4 of 4) sorted by null

  /external/stressapptest/src/
disk_blocks.h 151 int64 device_sectors() const { return device_sectors_; }
165 int64 device_sectors_; // Number of sectors in device member in class:DiskBlockTable
disk_blocks.cc 49 device_name_(""), device_sectors_(0),
189 device_sectors_ = device_sectors;
205 sat_assert(device_sectors_ != 0);
214 device_sectors_ / num_sectors);
228 if (sector + num_sectors > device_sectors_) {
worker.cc     [all...]
worker.h 762 int64 device_sectors_; // Number of sectors on the device. member in class:DiskThread

Completed in 517 milliseconds