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

/macosx-10.9.5/BootCache-106/
H A Dcontrol.c615 app_playlist->p_entries[i].pe_batch += batch_offset;
681 if (pc->p_entries[i].pe_batch > batch_max) {
682 batch_max = pc->p_entries[i].pe_batch;
687 user_playlist->p_entries[i].pe_batch += batch_max;
749 playlist->p_entries[i].pe_batch += batch;
755 pc->p_entries[i].pe_batch += inverse_batch;
1133 npc->p_entries[j].pe_batch += *pbatch;
1233 pe->pe_offset, pe->pe_length, pe->pe_batch, pe->pe_flags, pe->pe_mount_idx,
1237 uuid_string(pc->p_mounts[pe->pe_mount_idx].pm_uuid), pe->pe_offset, pe->pe_length, pe->pe_batch, pe->pe_flags);
1243 size_batch[pe->pe_batch]
[all...]
H A Dlibrary.c385 (!(pe->pe_flags & BC_PE_LOWPRIORITY) && !((pe + i)->pe_flags & BC_PE_LOWPRIORITY) && pe->pe_batch == (pe + i)->pe_batch) ||
386 (pe->pe_batch <= (pe + i)->pe_batch && (int64_t)((pe + i)->pe_offset + (pe + i)->pe_length) - (pe->pe_offset + pe->pe_length) <= MAX_MERGE_SIZE) ||
387 (pe->pe_batch > (pe + i)->pe_batch && (int64_t)(pe + i)->pe_offset - pe->pe_offset <= MAX_MERGE_SIZE) ||
388 ((pe->pe_offset + pe->pe_length) > ((pe + i)->pe_offset + (pe + i)->pe_length) && (pe->pe_batch > (pe + i)->pe_batch || pe->pe_flags & BC_PE_LOWPRIORITY))
394 pe->pe_batch = MIN(pe->pe_batch, (p
[all...]
H A DBootCache.h109 u_int16_t pe_batch; /* batch number */ member in struct:BC_playlist_entry
H A Dkext.c2786 ce->ce_batch = pe->pe_batch;

Completed in 75 milliseconds