Searched refs:Softirq (Results 1 – 3 of 3) sorted by relevance
31 static mut __SORTIRQ_VECTORS: *mut Softirq = null_mut();41 __SORTIRQ_VECTORS = Box::leak(Box::new(Softirq::new())); in softirq_init()53 pub fn softirq_vectors() -> &'static mut Softirq { in softirq_vectors()101 pub struct Softirq { struct104 impl Softirq { implementation105 fn new() -> Softirq { in new()117 return Softirq { in new()
36 ### 3.2. Softirq的API
218 * bugfix: 显示双缓冲区初始化的时候,连续注册了两次Video Softirq的问题。