Searched refs:ss_extent_lookups (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/BootCache-106/
H A DBootCache.h236 u_int ss_extent_lookups; /* number of extents searched for */ member in struct:BC_statistics
H A Dlibrary.c1108 other = ss->ss_strategy_bypassed - ss->ss_strategy_nonread - ss->ss_strategy_noncached_mount - ss->ss_strategy_nonblocksize - (ss->ss_extent_lookups - ss->ss_extent_hits) - ss->ss_strategy_bypass_duringio_unfilled - ss->ss_strategy_unfilled_lowpri;
1114 fprintf(fp, " cache misses %-10u %3.0f%%\n", ss->ss_extent_lookups - ss->ss_extent_hits, ((float)(ss->ss_extent_lookups - ss->ss_extent_hits) / ss->ss_strategy_bypassed) * 100);
1234 fprintf(fp, "extent lookups %u\n", ss->ss_extent_lookups);
1235 if (ss->ss_extent_lookups > 0) {
1236 fprintf(fp, "extent hits %-10u %3.0f%%\n", ss->ss_extent_hits, ((float)ss->ss_extent_hits / ss->ss_extent_lookups) * 100);

Completed in 111 milliseconds