Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/exception/
Dsoftirq.rs40 pub struct Softirq { struct
44 table: [SoftirqVector; MAX_SOFTIRQ_NUM as usize], argument
53 SOFTIRQ_HANDLER_PTR = Box::leak(Box::new(Softirq::default())); in softirq_init() argument
125 impl Default for Softirq { implementation
136 impl Softirq { impl