Searched defs:procfs (Results 1 – 3 of 3) sorted by relevance
4 pub mod procfs; module
72 let procfs: Arc<ProcFS> = ProcFS::new(); in vfs_init() localVariable
672 let procfs: &ProcFS = fs.as_any_ref().downcast_ref::<ProcFS>().unwrap(); in procfs_register_pid() localVariable699 let procfs: &ProcFS = fs.as_any_ref().downcast_ref::<ProcFS>().unwrap(); in procfs_unregister_pid() localVariable