Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dsmr.c900 bool needs_another_round = false; in __smr_hash_grow_and_unlock() local
1001 needs_another_round |= (next != NULL); in __smr_hash_grow_and_unlock()
1027 while (needs_another_round) { in __smr_hash_grow_and_unlock()
1030 needs_another_round = false; in __smr_hash_grow_and_unlock()
1075 needs_another_round |= (next != NULL); in __smr_hash_grow_and_unlock()