Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/exception/
Dsoftirq.rs32 static mut __SORTIRQ_VECTORS: *mut Softirq = null_mut(); variable
42 __SORTIRQ_VECTORS = Box::leak(Box::new(Softirq::new())); in softirq_init()
55 return __SORTIRQ_VECTORS.as_mut().unwrap(); in softirq_vectors()