Searched refs:irq_safe (Results 1 – 2 of 2) sorted by relevance
30 def irq_safe(self): member in Waitq36 if self.irq_safe():63 if self.irq_safe():
474 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_lock() local492 if (irq_safe) { in turnstile_hash_bucket_lock()521 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_hash_bucket_unlock() local538 if (irq_safe) { in turnstile_hash_bucket_unlock()571 bool irq_safe = !(hash_policy & TURNSTILE_IRQ_UNSAFE_HASH); in turnstile_htable_lookup_add() local577 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() local651 if (irq_safe) { in turnstable_htable_lookup_remove()[all …]