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

/macosx-10.10.1/BootCache-109/
H A Dlibrary.c1054 fprintf(fp, " nonshared bytes read %-10u %3.0f%%\n", (ss->ss_read_bytes - ss->ss_shared_bytes), ((float)(ss->ss_read_bytes - ss->ss_shared_bytes) / ss->ss_read_bytes) * 100);
1055 if ((ss->ss_read_bytes - ss->ss_shared_bytes) > 0) {
1056 fprintf(fp, " nonshared bytes used %-10u %3.0f%%\n", (ss->ss_hit_bytes - ss->ss_hit_shared_bytes), ((float)(ss->ss_hit_bytes - ss->ss_hit_shared_bytes) / (ss->ss_read_bytes - ss->ss_shared_bytes)) * 100);
1058 fprintf(fp, " shared cache bytes read %-10u %3.0f%%\n", ss->ss_shared_bytes, ((float)ss->ss_shared_bytes / ss->ss_read_bytes) * 100);
1059 if (ss->ss_shared_bytes > 0) {
1060 fprintf(fp, " shared cache bytes used %-10u %3.0f%%\n", ss->ss_hit_shared_bytes, ((float)ss->ss_hit_shared_bytes / ss->ss_shared_bytes) * 100);
H A DBootCache.h247 u_int ss_shared_bytes; /* number of bytes read from the shared cache */ member in struct:BC_statistics

Completed in 76 milliseconds