Home
last modified time | relevance | path

Searched refs:procfs_init (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs12 procfs::procfs_init,
65 procfs_init().expect("Failed to initialize procfs"); in vfs_init()
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs836 pub fn procfs_init() -> Result<(), SystemError> { in procfs_init() function