/DragonOS/kernel/src/exception/ |
H A D | ipi.rs | 48 fn handle( in handle() method 68 fn handle( in handle() method
|
H A D | handle.rs | 50 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 D | debug.rs | 12 pub fn handle(frame: &mut TrapFrame) -> Result<(), SystemError> { in handle() method
|
H A D | ebreak.rs | 12 pub fn handle(frame: &mut TrapFrame) -> Result<(), SystemError> { in handle() method
|
H A D | mod.rs | 10 pub mod handle; module
|
H A D | manage.rs | 1121 fn handle( in handle() method 1137 fn handle( in handle() method
|
H A D | irqdesc.rs | 47 fn handle(&self, irq_desc: &Arc<IrqDesc>, trap_frame: &mut TrapFrame); in handle() method 52 fn handle( in handle() method
|
H A D | irqchip.rs | 571 fn handle( in handle() method
|
/DragonOS/kernel/src/driver/clocksource/ |
H A D | timer_riscv.rs | 119 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 D | irq_handle.rs | 18 fn handle( in handle() method
|
/DragonOS/kernel/src/net/socket/ |
H A D | inet.rs | 28 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 D | unix.rs | 16 handle: GlobalSocketHandle, field 131 handle: GlobalSocketHandle, field
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | irq.rs | 106 fn handle( in handle() method
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | apic_timer.rs | 55 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 D | mod.rs | 108 let handle = std::thread::spawn(move || { in run_mm_monitor() localVariable
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | ipi.rs | 249 fn handle(&self, irq_desc: &Arc<IrqDesc>, _trap_frame: &mut TrapFrame) { in handle() method
|
H A D | mod.rs | 2 mod handle; module
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | hpet.rs | 269 fn handle( in handle() method
|
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/ |
H A D | mm.rs | 124 let handle = std::thread::spawn(move || { in create_threads() localVariable
|
/DragonOS/kernel/src/driver/keyboard/ |
H A D | ps2_keyboard.rs | 182 fn handle( in handle() method
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | sysfs.rs | 289 macro_rules! handle { in read() macro
|
/DragonOS/kernel/src/arch/riscv64/interrupt/ |
H A D | mod.rs | 15 mod handle; module
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_driver.rs | 48 fn handle( in handle() method
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | serial8250_pio.rs | 468 fn handle( in handle() method
|
/DragonOS/kernel/src/net/event_poll/ |
H A D | mod.rs | 487 let handle = WakeUpHelper::new(current_pcb.clone()); in do_epoll_wait() localVariable
|