Home
last modified time | relevance | path

Searched defs:remove_proc_subtree (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dproc_fs.h111 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree() function
/kernel/linux/linux-5.10/include/linux/
Dproc_fs.h190 static inline int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) { return 0; } in remove_proc_subtree() function
/kernel/linux/linux-4.19/fs/proc/
Dgeneric.c688 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree() function
/kernel/linux/linux-5.10/fs/proc/
Dgeneric.c727 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree() function