Searched refs:disabled (Results 1 – 7 of 7) sorted by relevance
80 if desc_inner.actions().is_empty() || desc_inner.common_data().disabled() { in handle()112 if desc_inner_guard.common_data().disabled() { in handle()139 if !status.disabled() && status.masked() { in handle()152 || desc_inner_guard.common_data().disabled() in handle()314 if !desc_inner_guard.common_data().disabled() in cond_unmask_eoi_irq()
266 pub fn disabled(&self) -> bool { in disabled() method267 self.inner.lock_irqsave().state.disabled() in disabled()539 pub fn disabled(&self) -> bool { in disabled() method
727 if !common_data.status().disabled() { in irq_enable()947 if !desc_inner_guard.common_data().status().disabled() { in do_set_irq_trigger()
28 # Default features (std) are disabled so that the dependencies don't pull in the64 # Examples that depend on the standard library should be disabled when
564 use `rbpf` in `no_std` environments this feature needs to be disabled. To do
314 if core::intrinsics::unlikely(irq_data.common_data().disabled()) { in irq_eoi()383 if !irq_data.common_data().disabled() { in irq_set_affinity()
1564 pub fn disabled(&self) -> __u64 { in disabled() method1983 disabled: __u64, in new_bitfield_1()2024 let disabled: u64 = unsafe { ::core::mem::transmute(disabled) }; localVariable2025 disabled as u64