Searched refs:Once (Results 1 – 10 of 10) sorted by relevance
/DragonOS/kernel/src/libs/ |
H A D | once.rs | 8 pub struct Once { struct 21 impl Once { implementation 133 impl Debug for Once { implementation
|
/DragonOS/kernel/src/filesystem/sysfs/ |
H A D | mod.rs | 12 libs::{casting::DowncastArc, once::Once}, 34 static INIT: Once = Once::new(); in sysfs_init()
|
/DragonOS/kernel/src/process/ |
H A D | kthread.rs | 20 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 D | handle.rs | 10 libs::{once::Once, spinlock::SpinLockGuard}, 403 static ONCE: Once = Once::new(); in handle()
|
H A D | irqchip.rs | 21 once::Once, 577 static ONCE: Once = Once::new(); in handle()
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | ioapic.rs | 22 once::Once, 66 static INIT_STATE: Once = Once::new(); in new()
|
/DragonOS/kernel/src/driver/irqchip/ |
H A D | riscv_sifive_plic.rs | 45 once::Once, 401 static INIT_PLIC_IRQ_CHIP_ONCE: Once = Once::new(); in riscv_sifive_plic_init()
|
/DragonOS/kernel/src/filesystem/devfs/ |
H A D | mod.rs | 15 once::Once, 611 static INIT: Once = Once::new(); in devfs_init()
|
/DragonOS/kernel/src/filesystem/procfs/ |
H A D | mod.rs | 22 once::Once, 837 static INIT: Once = Once::new(); in procfs_init()
|
/DragonOS/kernel/src/driver/video/fbdev/ |
H A D | vesafb.rs | 37 once::Once, 948 static INIT: Once = Once::new(); in vesa_fb_device_init()
|