Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs31 procfs::procfs_unregister_pid,
1023 procfs_unregister_pid(self.pid()) in drop()
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs822 pub fn procfs_unregister_pid(pid: Pid) -> Result<(), SystemError> { in procfs_unregister_pid() function