Searched refs:FLAT_SIZE (Results 1 – 1 of 1) sorted by relevance
1405 const size_t FLAT_SIZE = 256; in __smr_shash_rehash_with_target() local1406 struct smrq_slink *flat_queue[FLAT_SIZE]; in __smr_shash_rehash_with_target()1481 flat_queue[n++ % FLAT_SIZE] = link; in __smr_shash_rehash_with_target()1486 for (size_t j = (n % FLAT_SIZE) + 1; j-- > 0;) { in __smr_shash_rehash_with_target()1496 n &= ~(FLAT_SIZE - 1); in __smr_shash_rehash_with_target()1509 for (size_t j = 0; j < n - FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()1514 for (size_t j = 1; j < FLAT_SIZE; j++) { in __smr_shash_rehash_with_target()