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

/macosx-10.9.5/BootCache-106/
H A DBootCache.h211 u_int ss_strategy_hit_nocache; /* cache hits that were IOs we won't cache for next boot */ member in struct:BC_statistics
H A Dlibrary.c1123 fprintf(fp, " noncached calls %-10u %3.0f%%\n", ss->ss_strategy_bypass_nocache + ss->ss_strategy_hit_nocache, ((float)(ss->ss_strategy_bypass_nocache + ss->ss_strategy_hit_nocache) / ss->ss_strategy_calls) * 100);
1124 if (ss->ss_strategy_bypass_nocache + ss->ss_strategy_hit_nocache > 0) {
1125 fprintf(fp, " noncached calls filled %-10u %3.0f%%\n", ss->ss_strategy_hit_nocache, ((float)ss->ss_strategy_hit_nocache / (ss->ss_strategy_bypass_nocache + ss->ss_strategy_hit_nocache)) * 100);
1126 fprintf(fp, " noncached calls bypassed %-10u %3.0f%%\n", ss->ss_strategy_bypass_nocache, ((float)ss->ss_strategy_bypass_nocache / (ss->ss_strategy_bypass_nocache + ss->ss_strategy_hit_nocache)) * 100);

Completed in 99 milliseconds