Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dsoftirq.rs102 pub struct Softirq { struct
103 table: RwLock<[Option<Arc<dyn SoftirqVec>>; MAX_SOFTIRQ_NUM as usize]>, argument
107 impl Softirq { argument