Home
last modified time | relevance | path

Searched refs:do_softirq (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dhandle.rs5 exception::{irqdesc::irq_desc_manager, softirq::do_softirq, IrqNumber},
39 do_softirq(); in x86_64_do_irq()
/DragonOS/kernel/src/exception/
H A Dsoftirq.rs186 pub fn do_softirq(&self) { in do_softirq() method
291 pub fn do_softirq() { in do_softirq() function
294 softirq_vectors().do_softirq(); in do_softirq()
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_intc.rs14 softirq::do_softirq,
226 do_softirq(); in riscv_intc_irq()
/DragonOS/docs/kernel/core_api/
H A Dsoftirq.md72 pub fn do_softirq(&self)