Home
last modified time | relevance | path

Searched refs:nCodeSlots (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Dubc_subr.c260 uint32_t nCodeSlots = ntohl(cd->nCodeSlots); in hashes() local
311 hashindex > nCodeSlots) { in hashes()
327 top = base + nCodeSlots * hash_len; in hashes()
329 page > nCodeSlots) { in hashes()
332 assert(page < nCodeSlots); in hashes()
429 if (nPages != ntohl(cd->nCodeSlots)) { in cs_validate_codedirectory()
3220 if (ntohl(cd->nCodeSlots) & (PAGE_MASK >> blob->csb_hash_pageshift)) { in ubc_cs_supports_multilevel_hash()
3865 uint32_t nCodeSlots = ntohl(new_cd->nCodeSlots); in ubc_cs_convert_to_multilevel_hash() local
3866 nCodeSlots >>= hashes_per_new_hash_shift; in ubc_cs_convert_to_multilevel_hash()
3867 new_cd->nCodeSlots = htonl(nCodeSlots); in ubc_cs_convert_to_multilevel_hash()
[all …]
/xnu-11215/osfmk/kern/
H A Dcs_blobs.h220 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */ member