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.c519 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
525 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
774 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
780 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
945 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
963 struct ctl_dir *new; in new_dir()
996 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
1048 struct ctl_dir *parent; in xlate_dir()
1066 struct ctl_dir *dir; in sysctl_follow_link()
1285 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.c2015 static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp, in sysctl_cpy_dir()