Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Donce.rs29 pub fn call_once<F: FnOnce()>(&self, f: F) { in call_once() method
/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs36 INIT.call_once(|| { in sysfs_init()
/DragonOS/kernel/src/process/
H A Dkthread.rs307 INIT.call_once(|| { in init_stage2()
524 INIT.call_once(|| { in kthread_init()
/DragonOS/kernel/src/exception/
H A Dhandle.rs405 ONCE.call_once(|| { in handle()
H A Dirqchip.rs578 ONCE.call_once(|| { in handle()
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs70 INIT_STATE.call_once(|| { in new()
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_sifive_plic.rs402 INIT_PLIC_IRQ_CHIP_ONCE.call_once(|| unsafe { in riscv_sifive_plic_init()
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs613 INIT.call_once(|| { in devfs_init()
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs839 INIT.call_once(|| { in procfs_init()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs949 INIT.call_once(|| { in vesa_fb_device_init()