Searched refs:ss_strategy_bypass_duringio_nocache (Results 1 - 2 of 2) sorted by path

/macosx-10.10/BootCache-109/
H A DBootCache.h207 u_int ss_strategy_bypass_duringio_nocache; /* cache misses that were IOs we won't cache for next boot */ member in struct:BC_statistics
H A Dlibrary.c1134 other = ss->ss_strategy_bypass_duringio - ss->ss_strategy_bypass_duringio_rootdisk_nonread - ss->ss_strategy_bypass_duringio_rootdisk_read - ss->ss_strategy_bypass_duringio_rootdisk_failure - ss->ss_strategy_bypass_duringio_unfilled - ss->ss_strategy_bypass_duringio_nocache;
1138 if (ss->ss_strategy_bypass_duringio_nocache > 0) {
1139 fprintf(fp, " noncached IO %-10u %3.0f%%\n", ss->ss_strategy_bypass_duringio_nocache, ((float)ss->ss_strategy_bypass_duringio_nocache / ss->ss_strategy_bypass_duringio) * 100);

Completed in 257 milliseconds