Home
last modified time | relevance | path

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

/xnu-11215/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()
3232 uint32_t sbase = ntohl(scatter->base); in ubc_cs_supports_multilevel_hash() local
3877 uint32_t sbase = ntohl(scatter->base); in ubc_cs_convert_to_multilevel_hash() local
3887 sbase >>= hashes_per_new_hash_shift; in ubc_cs_convert_to_multilevel_hash()
[all …]