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

/macosx-10.9.5/BootCache-106/
H A Dkext.c272 u_int64_t cd_disk_id; /* The throttle mask, used as an identifier */ member in struct:BC_cache_disk
2895 cd->cd_disk_id = disk_id;
3109 * Previously, this was cd->cd_disk_id == disk_id, so we had a thread per disk combination
3114 * Now, since we are checking for cd->cd_disk_id & disk_id, we at least include all mounts that
3121 if (cd && (cd->cd_disk_id & disk_id)) {

Completed in 91 milliseconds