Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/exception/
Dsoftirq.rs101 pub struct Softirq { struct
102 table: RwLock<[Option<Arc<dyn SoftirqVec>>; MAX_SOFTIRQ_NUM as usize]>, argument
104 impl Softirq { implementation