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

/macosx-10.10.1/BootCache-109/
H A DBootCache.h190 u_int ss_batch_bytes_lowpri[STAT_DISKMAX]; /* number of bytes in read per disk */ member in struct:BC_statistics
H A Dlibrary.c1210 if (0 == ss->ss_batch_bytes_lowpri[d]) continue; /* no reads for this disk */
1215 (u_int)(((unsigned long long)ss->ss_batch_bytes_lowpri[d] * 1000) / (ss->ss_batch_time_lowpri[d] * 1024)),
1219 fprintf(fp, "Disk %d lowpri bytes read: %u\n", d, ss->ss_batch_bytes_lowpri[d]);

Completed in 125 milliseconds