Searched refs:TURNSTILE_IRQ_UNSAFE_HASH (Results 1 – 2 of 2) sorted by relevance
87 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),445 if (hash_policy & TURNSTILE_IRQ_UNSAFE_HASH) { in turnstile_get_bucket()474 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_lock()521 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_unlock()571 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup_add()645 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstable_htable_lookup_remove()721 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup()
147 TURNSTILE_IRQ_UNSAFE_HASH = 0x1, enumerator