Searched defs:Softirq (Results 1 – 1 of 1) sorted by relevance
40 pub struct Softirq { struct44 table: [SoftirqVector; MAX_SOFTIRQ_NUM as usize], argument53 SOFTIRQ_HANDLER_PTR = Box::leak(Box::new(Softirq::default())); in softirq_init() argument125 impl Default for Softirq { implementation136 impl Softirq { impl