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

/macosx-10.10.1/BootCache-109/
H A DBootCache.h248 u_int ss_hit_shared_bytes; /* number of bytes hit IOs in the shared cache */ member in struct:BC_statistics
H A Dlibrary.c1056 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);
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);

Completed in 196 milliseconds