Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dturnstile.c78 static const turnstile_hash_lock_policy_t turnstile_hash_lock_policy[TURNSTILE_TOTAL_TYPES] = { variable
443 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_get_bucket()
473 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_hash_bucket_lock()
520 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_hash_bucket_unlock()
569 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_htable_lookup_add()
643 int hash_policy = turnstile_hash_lock_policy[type]; in turnstable_htable_lookup_remove()
719 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_htable_lookup()
H A Dturnstile.h145 typedef enum __attribute__((flag_enum)) turnstile_hash_lock_policy { enum