Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 24 of 24) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dipi.rs48 fn handle( in handle() method
68 fn handle( in handle() method
H A Dhandle.rs50 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
62 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
101 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
364 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
H A Dmod.rs8 pub mod handle; module
H A Dmanage.rs1120 fn handle( in handle() method
1136 fn handle( in handle() method
H A Dirqdesc.rs47 fn handle(&self, irq_desc: &Arc<IrqDesc>, trap_frame: &mut TrapFrame); in handle() method
52 fn handle( in handle() method
H A Dirqchip.rs571 fn handle( in handle() method
/DragonOS/kernel/src/driver/clocksource/
H A Dtimer_riscv.rs119 fn handle( in handle() method
134 fn handle(&self, _irq_desc: &Arc<IrqDesc>, trap_frame: &mut TrapFrame) { in handle() method
/DragonOS/kernel/src/driver/net/
H A Dirq_handle.rs18 fn handle( in handle() method
/DragonOS/kernel/src/net/socket/
H A Dinet.rs28 handle: GlobalSocketHandle, field
70 let handle = GlobalSocketHandle::new_smoltcp_handle(SOCKET_SET.lock_irqsave().add(socket)); in new() localVariable
244 pub handle: GlobalSocketHandle, field
275 let handle: GlobalSocketHandle = in new() localVariable
827 let handle = GlobalSocketHandle::new_smoltcp_handle(sockets.add(socket)); in listen() localVariable
839 let handle = self.handles.get(i).unwrap(); in listen() localVariable
H A Dunix.rs16 handle: GlobalSocketHandle, field
131 handle: GlobalSocketHandle, field
H A Dmod.rs44 pub mod handle; module
/DragonOS/kernel/src/driver/virtio/
H A Dirq.rs107 fn handle( in handle() method
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs55 fn handle( in handle() method
70 fn handle(&self, _irq_desc: &Arc<IrqDesc>, trap_frame: &mut TrapFrame) { in handle() method
/DragonOS/tools/debugging/logmonitor/src/backend/
H A Dmod.rs108 let handle = std::thread::spawn(move || { in run_mm_monitor() localVariable
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dipi.rs249 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
H A Dmod.rs2 mod handle; module
/DragonOS/kernel/src/driver/keyboard/
H A Dps2_keyboard.rs182 fn handle( in handle() method
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs13 mod handle; module
/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs269 fn handle( in handle() method
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dmm.rs124 let handle = std::thread::spawn(move || { in create_threads() localVariable
/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs289 macro_rules! handle { in read() macro
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_driver.rs48 fn handle( in handle() method
/DragonOS/kernel/src/net/event_poll/
H A Dmod.rs487 let handle = WakeUpHelper::new(current_pcb.clone()); in do_epoll_wait() localVariable
/DragonOS/kernel/src/syscall/
H A Dmod.rs83 pub fn handle( in handle() method