Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.c2935 const size_t FLAT_SIZE = 256; in __smr_shash_rehash_with_target() local
2936 struct smrq_slink *flat_queue[FLAT_SIZE]; in __smr_shash_rehash_with_target()
3011 flat_queue[n++ % FLAT_SIZE] = link; in __smr_shash_rehash_with_target()
3016 for (size_t j = (n % FLAT_SIZE) + 1; j-- > 0;) { in __smr_shash_rehash_with_target()
3026 n &= ~(FLAT_SIZE - 1); in __smr_shash_rehash_with_target()
3039 for (size_t j = 0; j < n - FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()
3044 for (size_t j = 1; j < FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()