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

/macosx-10.9.5/BootCache-106/
H A DBootCache.h255 u_int ss_stolen_bytes; /* number of bytes lost to pageout or contig mem */ 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;
1070 fprintf(fp, " bytes stolen from cache %-10u %3.0f%%\n", ss->ss_stolen_bytes, ((float)ss->ss_stolen_bytes / ss->ss_read_bytes) * 100);

Completed in 53 milliseconds