Home
last modified time | relevance | path

Searched defs:IrqAction (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdesc.rs183 pub fn actions(&self) -> Vec<Arc<IrqAction>> { in actions()
477 pub fn actions(&self) -> &Vec<Arc<IrqAction>> { in actions()
481 pub fn add_action(&mut self, action: Arc<IrqAction>) { in add_action()
489 pub fn remove_action(&mut self, action: &Arc<IrqAction>) { in remove_action()
636 pub struct IrqAction { struct
637 inner: SpinLock<InnerIrqAction>, argument
642 impl IrqAction { implementation
749 pub fn secondary(&self) -> Option<Arc<IrqAction>> { in secondary()
H A Dmanage.rs168 action: Arc<IrqAction>, in inner_setup_irq()
597 action: Option<Arc<IrqAction>>, in wake_up_and_wait_for_irq_thread_ready()