Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dwaitq.py30 def irq_safe(self): member in Waitq
36 if self.irq_safe():
63 if self.irq_safe():
/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c474 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_lock() local
492 if (irq_safe) { in turnstile_hash_bucket_lock()
521 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_unlock() local
538 if (irq_safe) { in turnstile_hash_bucket_unlock()
571 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup_add() local
577 if (irq_safe) { in turnstile_htable_lookup_add()
593 if (irq_safe) { in turnstile_htable_lookup_add()
607 if (irq_safe) { in turnstile_htable_lookup_add()
645 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstable_htable_lookup_remove() local
651 if (irq_safe) { in turnstable_htable_lookup_remove()
[all …]