Searched refs:irq_may_run (Results 1 – 1 of 1) sorted by relevance
71 if !irq_may_run(&desc_inner) { in handle()103 if !irq_may_run(&desc_inner_guard) { in handle()161 fn irq_may_run(desc_inner_guard: &SpinLockGuard<'_, InnerIrqDesc>) -> bool { in irq_may_run() function