Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c443 int hash_policy = turnstile_hash_lock_policy[type]; in turnstile_get_bucket() local
445 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() local
474 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() local
521 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() local
570 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 …]