Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dsoftirq.rs212 let softirq_func = table_guard[i as usize].clone(); in do_softirq() localVariable
214 if softirq_func.is_none() { in do_softirq()
220 softirq_func.as_ref().unwrap().run(); in do_softirq()