Home
last modified time | relevance | path

Searched refs:ctl_dir (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c517 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
523 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
772 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
778 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
943 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
961 struct ctl_dir *new; in new_dir()
994 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
1046 struct ctl_dir *parent; in xlate_dir()
1064 struct ctl_dir *dir; in sysctl_follow_link()
1283 static struct ctl_dir *sysctl_mkdir_p(struct ctl_dir *dir, const char *path) in sysctl_mkdir_p()
[all …]
/openbmc/linux/include/linux/
H A Dsysctl.h38 struct ctl_dir;
188 struct ctl_dir *parent;
193 struct ctl_dir { struct
201 struct ctl_dir dir; argument
/openbmc/linux/tools/perf/Documentation/
H A Dperf-stat.txt236 ctl_dir=/tmp/
238 ctl_fifo=${ctl_dir}perf_ctl.fifo
243 ctl_ack_fifo=${ctl_dir}perf_ctl_ack.fifo
H A Dperf-record.txt742 ctl_dir=/tmp/
744 ctl_fifo=${ctl_dir}perf_ctl.fifo
749 ctl_ack_fifo=${ctl_dir}perf_ctl_ack.fifo
/openbmc/linux/kernel/bpf/
H A Dcgroup.c2035 static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp, in sysctl_cpy_dir()