Home
last modified time | relevance | path

Searched refs:ctl_table_set (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/include/linux/
Dsysctl.h174 struct ctl_table_set *set;
197 struct ctl_table_set { struct
198 int (*is_seen)(struct ctl_table_set *); argument
203 struct ctl_table_set default_set; argument
204 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
217 extern void setup_sysctl_set(struct ctl_table_set *p,
219 int (*is_seen)(struct ctl_table_set *));
220 extern void retire_sysctl_set(struct ctl_table_set *set);
223 struct ctl_table_set *set,
272 static inline void setup_sysctl_set(struct ctl_table_set *p, in setup_sysctl_set()
[all …]
Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
Dpid_namespace.h44 struct ctl_table_set set;
Duser_namespace.h105 struct ctl_table_set set;
/linux-6.14.4/fs/proc/
Dproc_sysctl.c193 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
344 static struct ctl_table_set *
347 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
902 struct ctl_table_set *set = p->set; in sysctl_is_seen()
955 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
995 struct ctl_table_set *set = dir->header.set; in get_subdir()
1042 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1061 struct ctl_table_set *set; in sysctl_follow_link()
1256 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1368 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/linux-6.14.4/net/
Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux-6.14.4/ipc/
Dmq_sysctl.c69 static struct ctl_table_set *set_lookup(struct ctl_table_root *root) in set_lookup()
74 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
Dipc_sysctl.c183 static struct ctl_table_set *set_lookup(struct ctl_table_root *root) in set_lookup()
188 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux-6.14.4/kernel/
Ducount.c29 static struct ctl_table_set *
35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
Dpid.c648 static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root) in pid_table_root_lookup()
653 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux-6.14.4/include/net/
Dnet_namespace.h103 struct ctl_table_set sysctls;