Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dubc_subr.c273 uint32_t hashindex = 0, scount, sbase = 0; in hashes() local
291 if ((hashindex > 0) && (new_base <= sbase)) { in hashes()
294 sbase, new_base); in hashes()
298 sbase = new_base; in hashes()
301 if (sbase > page) { in hashes()
305 if (sbase + scount >= page) { in hashes()
329 hash = base + (page - sbase) * hash_len; in hashes()
3209 uint32_t sbase = ntohl(scatter->base); in ubc_cs_supports_multilevel_hash() local
3217 if (sbase & (PAGE_MASK >> blob->csb_hash_pageshift)) { in ubc_cs_supports_multilevel_hash()
3854 uint32_t sbase = ntohl(scatter->base); in ubc_cs_convert_to_multilevel_hash() local
[all …]