Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.c86 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),
443 if (hash_policy & TURNSTILE_IRQ_UNSAFE_HASH) { in turnstile_get_bucket()
472 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_lock()
519 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_unlock()
569 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup_add()
643 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstable_htable_lookup_remove()
719 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup()
H A Dturnstile.h142 TURNSTILE_IRQ_UNSAFE_HASH = 0x1, enumerator