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

/macosx-10.9.5/BootCache-106/
H A Dkext.c377 int c_batch_count; /* number of extent batches */ member in struct:BC_cache_control
1438 } else if (cd->cd_batch + 1 < BC_cache->c_batch_count && !issuing_lowpriority_extents) {
2803 if (ce->ce_batch >= BC_cache->c_batch_count) {
2804 BC_cache->c_batch_count = ce->ce_batch + 1;
2805 // debug("Largest batch is now %d from extent with disk offset %llu", BC_cache->c_batch_count, ce->ce_diskoffset);
3489 old_batch_count = BC_cache->c_batch_count;
4107 BC_cache->c_batch_count = old_batch_count;

Completed in 78 milliseconds