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

/macosx-10.9.5/BootCache-106/
H A DBootCache.h240 u_int ss_hit_blkmissing; /* cache hits not filled due to missing blocks */ member in struct:BC_statistics
H A Dlibrary.c1240 fprintf(fp, " hits missing blocks %-10u %3.0f%%\n", ss->ss_hit_blkmissing, ((float)ss->ss_hit_blkmissing / ss->ss_extent_hits) * 100);

Completed in 91 milliseconds