Home
last modified time | relevance | path

Searched refs:RemoveProcEntry (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/fs/proc/include/
Dproc_fs.h210 extern void RemoveProcEntry(const char *name, struct ProcDirEntry *parent);
/kernel/liteos_a/fs/proc/os_adapt/
Dprocess_proc.c621 RemoveProcEntry(processDir->name, NULL); in ProcFreeProcessDir()
690 RemoveProcEntry(pidDir->name, NULL); in ProcCreateProcessDir()
Dplimits_proc.c334 RemoveProcEntry(currDir->name, NULL); in ProcLimiterDirEntryInit()
/kernel/liteos_a/fs/proc/src/
Dproc_file.c438 void RemoveProcEntry(const char *name, struct ProcDirEntry *parent) in RemoveProcEntry() function