OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_sectors_
(Results
1 - 4
of
4
) sorted by null
/external/stressapptest/src/
disk_blocks.cc
174
device_sectors_
= device_sectors;
196
sat_assert(
device_sectors_
!= 0);
209
device_sectors_
/ num_sectors);
224
if (sector + num_sectors >
device_sectors_
) {
disk_blocks.h
107
int64
device_sectors_
; // Number of sectors in device
member in class:DiskBlockTable
worker.cc
[
all
...]
worker.h
752
int64
device_sectors_
; // Number of sectors on the device.
member in class:DiskThread
Completed in 175 milliseconds