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

/macosx-10.10.1/BootCache-109/
H A Dcontrol.c1192 u_int64_t size = 0, size_lowpri = 0, size_batch[BC_MAXBATCHES] = {0}; local
1238 size_batch[pe->pe_batch] += pe->pe_length;
1247 if (size_batch[i] != 0) {
1248 printf("%12llu bytes batch %d\n", size_batch[i], i);

Completed in 216 milliseconds