Searched refs:turnstile_hash_lock_policy (Results 1 – 2 of 2) sorted by relevance
78 static const turnstile_hash_lock_policy_t turnstile_hash_lock_policy[TURNSTILE_TOTAL_TYPES] = { variable443 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()
145 typedef enum __attribute__((flag_enum)) turnstile_hash_lock_policy { enum