Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c268 uint32_t hashindex = 0, scount, sbase = 0; in hashes() local
286 if ((hashindex > 0) && (new_base <= sbase)) { in hashes()
289 sbase, new_base); in hashes()
293 sbase = new_base; in hashes()
296 if (sbase > page) { in hashes()
300 if (sbase + scount >= page) { in hashes()
324 hash = base + (page - sbase) * hash_len; in hashes()
3238 uint32_t sbase = ntohl(scatter->base); in ubc_cs_supports_multilevel_hash() local
3246 if (sbase & (PAGE_MASK >> blob->csb_hash_pageshift)) { in ubc_cs_supports_multilevel_hash()
3883 uint32_t sbase = ntohl(scatter->base); in ubc_cs_convert_to_multilevel_hash() local
[all …]