Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c255 size_t hash_len, in hashes() argument
306 hashindex * hash_len; in hashes()
308 top = base + scount * hash_len; in hashes()
324 hash = base + (page - sbase) * hash_len; in hashes()
327 top = base + nCodeSlots * hash_len; in hashes()
334 hash = base + page * hash_len; in hashes()
337 if (!cs_valid_range(hash, hash + hash_len, in hashes()