taglinefilesource code
proc_match98fs/proc/base.cwhile (i-- > 0 && !proc_match(len,name,base_dir+i))
proc_match199fs/proc/net.cif (!proc_match(len, name, de))
proc_match102fs/proc/root.cwhile (i-- > 0 && !proc_match(len,name,root_dir+i))
proc_match159fs/proc/scsi.cif (!proc_match(len, name, de))
proc_match151include/linux/proc_fs.hextern int proc_match(int, const char *, struct proc_dir_entry *);