Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dsmr.c2903 const size_t FLAT_SIZE = 256; in __smr_shash_rehash_with_target() local
2904 struct smrq_slink *flat_queue[FLAT_SIZE]; in __smr_shash_rehash_with_target()
2979 flat_queue[n++ % FLAT_SIZE] = link; in __smr_shash_rehash_with_target()
2984 for (size_t j = (n % FLAT_SIZE) + 1; j-- > 0;) { in __smr_shash_rehash_with_target()
2994 n &= ~(FLAT_SIZE - 1); in __smr_shash_rehash_with_target()
3007 for (size_t j = 0; j < n - FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()
3012 for (size_t j = 1; j < FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()