Home
last modified time | relevance | path

Searched refs:Once (Results 1 – 10 of 10) sorted by relevance

/DragonOS/kernel/src/libs/
H A Donce.rs8 pub struct Once { struct
21 impl Once { implementation
133 impl Debug for Once { implementation
/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs12 libs::{casting::DowncastArc, once::Once},
34 static INIT: Once = Once::new(); in sysfs_init()
/DragonOS/kernel/src/process/
H A Dkthread.rs20 libs::{once::Once, spinlock::SpinLock},
306 static INIT: Once = Once::new(); in init_stage2()
523 static INIT: Once = Once::new(); in kthread_init()
/DragonOS/kernel/src/exception/
H A Dhandle.rs10 libs::{once::Once, spinlock::SpinLockGuard},
403 static ONCE: Once = Once::new(); in handle()
H A Dirqchip.rs21 once::Once,
577 static ONCE: Once = Once::new(); in handle()
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs22 once::Once,
66 static INIT_STATE: Once = Once::new(); in new()
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_sifive_plic.rs45 once::Once,
401 static INIT_PLIC_IRQ_CHIP_ONCE: Once = Once::new(); in riscv_sifive_plic_init()
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs15 once::Once,
611 static INIT: Once = Once::new(); in devfs_init()
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs22 once::Once,
837 static INIT: Once = Once::new(); in procfs_init()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs37 once::Once,
948 static INIT: Once = Once::new(); in vesa_fb_device_init()