Searched refs:_statistics (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp168 _statistics[index] = OSNumber::withNumber(0ULL, 64);
174 if (_statistics[index] == 0) return false;
183 _statistics[kStatisticsBytesRead] );
185 _statistics[kStatisticsBytesWritten] );
187 _statistics[kStatisticsReadErrors] );
189 _statistics[kStatisticsWriteErrors] );
191 _statistics[kStatisticsLatentReadTime] );
193 _statistics[kStatisticsLatentWriteTime] );
195 _statistics[kStatisticsReads] );
197 _statistics[kStatisticsWrite
[all...]
H A DIOBlockStorageDriver.h398 OSNumber * _statistics[kStatisticsCount]; member in class:IOBlockStorageDriver
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c49 struct _statistics { struct

Completed in 103 milliseconds