Home
last modified time | relevance | path

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

/DragonOS/kernel/src/exception/
H A Dsoftirq.rs29 static mut __SORTIRQ_VECTORS: *mut Softirq = null_mut();
40 __SORTIRQ_VECTORS = Box::leak(Box::new(Softirq::new())); in softirq_init()
54 pub fn softirq_vectors() -> &'static mut Softirq { in softirq_vectors()
102 pub struct Softirq { struct
107 impl Softirq { argument
110 fn new() -> Softirq { in new()
126 return Softirq { in new()
/DragonOS/docs/kernel/core_api/
H A Dsoftirq.md36 ### 3.2. Softirq的API
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.6.md218 * bugfix: 显示双缓冲区初始化的时候,连续注册了两次Video Softirq的问题。