Home
last modified time | relevance | path

Searched refs:curpath (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/scripts/
H A Dcheck-sysctl-docs30 # curpath: the name of the current ctl_path struct
100 curpath = ""
108 curpath = tables[1]
109 if (debug) print "Processing path " curpath
119 curpath = ""
124 curpath && /\.procname[\t ]*=[\t ]*".+"/ {
131 if (debug) print "Setting path " curpath " to " curentry
132 paths[curpath] = curentry
/kernel/linux/linux-5.10/scripts/
H A Dcheck-sysctl-docs30 # curpath: the name of the current ctl_path struct
100 curpath = ""
108 curpath = tables[1]
109 if (debug) print "Processing path " curpath
119 curpath = ""
124 curpath && /\.procname[\t ]*=[\t ]*".+"/ {
131 if (debug) print "Setting path " curpath " to " curentry
132 paths[curpath] = curentry
/kernel/linux/linux-5.10/tools/perf/util/
H A Dnamespaces.c204 char curpath[PATH_MAX]; in nsinfo__mountns_enter() local
218 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()
225 oldns = open(curpath, O_RDONLY); in nsinfo__mountns_enter()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dnamespaces.c277 char curpath[PATH_MAX]; in nsinfo__mountns_enter() local
291 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()
298 oldns = open(curpath, O_RDONLY); in nsinfo__mountns_enter()

Completed in 3 milliseconds