Searched defs:Softirq (Results 1 – 1 of 1) sorted by relevance
101 pub struct Softirq { struct102 table: RwLock<[Option<Arc<dyn SoftirqVec>>; MAX_SOFTIRQ_NUM as usize]>, argument104 impl Softirq { implementation