Searched refs:blocks_scanned (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libauto-186/
H A DZoneCollectors.cpp94 usword_t blocks_scanned = 0; local
108 blocks_scanned++;
120 zone->statistics().add_blocks_scanned(blocks_scanned);
H A DStatistics.h208 inline uint64_t blocks_scanned() const { return _blocks_scanned; } function in class:Auto::Statistics
H A DZone.cpp1277 GARBAGE_COLLECTION_COLLECTION_PHASE_END((auto_zone_t*)this, AUTO_TRACE_SCANNING_PHASE, _stats.blocks_scanned(), _stats.bytes_scanned());
H A Dauto_zone.cpp162 zone->statistics().blocks_scanned(), bytes, timer.scan_timer().time_string());
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c772 u_int32_t blocks_scanned = 0; local
815 while ((blocks_scanned < hfsmp->totalBlocks) && (error == 0)){
817 error = hfs_alloc_scan_range (hfsmp, blocks_scanned, &blocks_scanned, &trimlist);

Completed in 217 milliseconds