Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.c98 static struct smr_hash coalition_hash; variable
1004 coalition_t coal = smr_hash_entered_find(&coalition_hash, key, &coal_hash_traits); in coalition_add_to_gpu_energy()
1365 smr_hash_serialized_insert(&coalition_hash, &new_coal->link, in coalition_create_internal()
1379 if (smr_hash_serialized_should_grow(&coalition_hash, 1, 4)) { in coalition_create_internal()
1381 smr_hash_grow_and_unlock(&coalition_hash, in coalition_create_internal()
1478 return smr_hash_get(&coalition_hash, key, &coal_hash_traits); in coalition_find_by_id()
2269 smr_hash_serialized_remove(&coalition_hash, &coal->link, in coalition_reap_internal()
2271 if (smr_hash_serialized_should_shrink(&coalition_hash, in coalition_reap_internal()
2274 smr_hash_shrink_and_unlock(&coalition_hash, in coalition_reap_internal()
2321 smr_hash_init(&coalition_hash, COALITION_HASH_SIZE_MIN); in coalitions_init()
[all …]