Searched refs:ss_total_extents (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.10/BootCache-109/
H A DBootCache.h228 u_int ss_total_extents; /* number of extents in the cache */ member in struct:BC_statistics
H A Dcontrol.c1034 if (ss->ss_total_extents < 1) {
1042 if (onentries != ss->ss_total_extents) {
H A Dkext.c3501 if (BC_cache->c_stats.ss_total_extents > 0) {
3502 debug("adding %u extents to existing cache of %u extents", nplaylist_entries, BC_cache->c_stats.ss_total_extents);
4053 BC_cache->c_stats.ss_total_extents += ncache_extents;
4105 BC_cache->c_stats.ss_total_extents = 0;
H A Dlibrary.c1230 fprintf(fp, "extents in cache %u\n", ss->ss_total_extents);
1231 if (ss->ss_extents_clipped > 0 && ss->ss_total_extents > 0) {
1232 fprintf(fp, " extents clipped %-10u %3.0f%%\n", ss->ss_extents_clipped, ((float)ss->ss_extents_clipped / ss->ss_total_extents) * 100);

Completed in 161 milliseconds