Searched refs:__SORTIRQ_VECTORS (Results 1 – 1 of 1) sorted by relevance
32 static mut __SORTIRQ_VECTORS: *mut Softirq = null_mut(); variable42 __SORTIRQ_VECTORS = Box::leak(Box::new(Softirq::new())); in softirq_init()55 return __SORTIRQ_VECTORS.as_mut().unwrap(); in softirq_vectors()