Searched refs:hash_policy (Results 1 – 1 of 1) sorted by relevance
443 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_get_bucket() local445 if (hash_policy & TURNSTILE_IRQ_UNSAFE_HASH) { in turnstile_get_bucket()473 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_hash_bucket_lock() local474 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_lock()520 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_hash_bucket_unlock() local521 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_unlock()569 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_htable_lookup_add() local570 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstile_htable_lookup_add()571 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup_add()643 int hash_policy = turnstile_hash_lock_policy[type]; in turnstable_htable_lookup_remove() local[all …]