Home
last modified time | relevance | path

Searched defs:func (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/process/
H A Dptrace.h24 unsigned long func; member
H A Dfork.rs115 pub func: VirtAddr, field
/DragonOS/kernel/src/exception/
H A Dmsi.rs84 func: Option<&'static dyn MsiDescFunc>, field
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs127 pub func: ::core::ffi::c_ulong, field
/DragonOS/kernel/src/time/
H A Dtimer.rs179 let func = timer.timer_func.take(); in run() localVariable
/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs58 func: fn(&dyn ProbeArgs), field