Home
last modified time | relevance | path

Searched defs:clear_softirq_pending (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.5/kernel/src/exception/
Dsoftirq.rs112 pub extern "C" fn clear_softirq_pending(irq_num: u32) { in clear_softirq_pending() function
166 pub fn clear_softirq_pending(&mut self, softirq_num: u32) { in clear_softirq_pending() method