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

/macosx-10.9.5/BootCache-106/
H A DBootCache.h216 u_int ss_bypass_nocache_discards; /* bytes discarded by IOs we won't cache for next boot */ member in struct:BC_statistics
H A Dlibrary.c1051 bytes_remaining = ss->ss_read_bytes - ss->ss_hit_bytes - ss->ss_read_errors_bytes - ss->ss_write_discards - ss->ss_read_discards - ss->ss_stolen_bytes - ss->ss_spurious_bytes - ss->ss_hit_bytes_afterhistory - ss->ss_lost_bytes_afterhistory - ss->ss_bypass_nocache_discards;
1064 if (ss->ss_bypass_nocache_discards > 0) {
1065 fprintf(fp, " bytes discarded by noncac %-10u %3.0f%%\n", ss->ss_bypass_nocache_discards, ((float)ss->ss_bypass_nocache_discards / ss->ss_read_bytes) * 100);

Completed in 168 milliseconds