Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsmr.c2908 const size_t FLAT_SIZE = 256; in __smr_shash_rehash_with_target() local
2909 struct smrq_slink *flat_queue[FLAT_SIZE]; in __smr_shash_rehash_with_target()
2984 flat_queue[n++ % FLAT_SIZE] = link; in __smr_shash_rehash_with_target()
2989 for (size_t j = (n % FLAT_SIZE) + 1; j-- > 0;) { in __smr_shash_rehash_with_target()
2999 n &= ~(FLAT_SIZE - 1); in __smr_shash_rehash_with_target()
3012 for (size_t j = 0; j < n - FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()
3017 for (size_t j = 1; j < FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()