Home
last modified time | relevance | path

Searched defs:time (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/src/driver/rtc/
H A Dinterface.rs19 let time = class_ops.read_time(&real_dev)?; in rtc_read_time() localVariable
H A Dclass.rs99 let time = r.unwrap(); in rtc_hctosys() localVariable
H A Dsysfs.rs336 let time = rtc_read_time(&rtc_device)?; in show() localVariable
359 let time = rtc_read_time(&rtc_device)?; in show() localVariable
/DragonOS/kernel/crates/rbpf/examples/
H A Duptime.rs54 let time; in main() localVariable
/DragonOS/kernel/src/arch/riscv64/
H A Dmod.rs19 pub mod time; module
/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs22 pub mod time; module
/DragonOS/kernel/src/
H A Dlib.rs66 mod time; module
/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs19 pub time: u64, field