Home
last modified time | relevance | path

Searched refs:__SORTIRQ_VECTORS (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dsoftirq.rs29 static mut __SORTIRQ_VECTORS: *mut Softirq = null_mut(); variable
40 __SORTIRQ_VECTORS = Box::leak(Box::new(Softirq::new())); in softirq_init()
56 return __SORTIRQ_VECTORS.as_mut().unwrap(); in softirq_vectors()