Searched refs:ss_hit_failure (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10.1/BootCache-109/
H A DBootCache.h236 u_int ss_hit_failure; /* cache hits not filled due to other failures */ member in struct:BC_statistics
H A Dlibrary.c1242 fprintf(fp, " hits failed %-10u %3.0f%%\n", ss->ss_hit_failure, ((float)ss->ss_hit_failure / ss->ss_extent_hits) * 100);

Completed in 94 milliseconds