Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/exception/
Dsoftirq.rs31 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 { struct
104 impl Softirq { implementation
105 fn new() -> Softirq { in new()
117 return Softirq { in new()
/DragonOS-0.1.8/docs/kernel/core_api/
Dsoftirq.md36 ### 3.2. Softirq的API
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md218 * bugfix: 显示双缓冲区初始化的时候,连续注册了两次Video Softirq的问题。