Symbol: ctl_table_set
fs/proc/proc_sysctl.c
1045
static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir)
fs/proc/proc_sysctl.c
1064
struct ctl_table_set *set;
fs/proc/proc_sysctl.c
1259
struct ctl_table_set *root_set = &sysctl_table_root.default_set;
fs/proc/proc_sysctl.c
1371
struct ctl_table_set *set,
fs/proc/proc_sysctl.c
1476
struct ctl_table_set *root_set = &sysctl_table_root.default_set;
fs/proc/proc_sysctl.c
1547
void setup_sysctl_set(struct ctl_table_set *set,
fs/proc/proc_sysctl.c
1549
int (*is_seen)(struct ctl_table_set *))
fs/proc/proc_sysctl.c
1556
void retire_sysctl_set(struct ctl_table_set *set)
fs/proc/proc_sysctl.c
193
struct ctl_table_root *root, struct ctl_table_set *set,
fs/proc/proc_sysctl.c
344
static struct ctl_table_set *
fs/proc/proc_sysctl.c
347
struct ctl_table_set *set = &root->default_set;
fs/proc/proc_sysctl.c
901
struct ctl_table_set *set = p->set;
fs/proc/proc_sysctl.c
958
static struct ctl_dir *new_dir(struct ctl_table_set *set,
fs/proc/proc_sysctl.c
998
struct ctl_table_set *set = dir->header.set;
include/linux/ipc_namespace.h
68
struct ctl_table_set mq_set;
include/linux/ipc_namespace.h
71
struct ctl_table_set ipc_set;
include/linux/pid_namespace.h
34
struct ctl_table_set set;
include/linux/sysctl.h
212
struct ctl_table_set *set;
include/linux/sysctl.h
229
int (*is_seen)(struct ctl_table_set *);
include/linux/sysctl.h
234
struct ctl_table_set default_set;
include/linux/sysctl.h
235
struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
include/linux/sysctl.h
248
extern void setup_sysctl_set(struct ctl_table_set *p,
include/linux/sysctl.h
250
int (*is_seen)(struct ctl_table_set *));
include/linux/sysctl.h
251
extern void retire_sysctl_set(struct ctl_table_set *set);
include/linux/sysctl.h
254
struct ctl_table_set *set,
include/linux/sysctl.h
295
static inline void setup_sysctl_set(struct ctl_table_set *p,
include/linux/sysctl.h
297
int (*is_seen)(struct ctl_table_set *))
include/linux/user_namespace.h
107
struct ctl_table_set set;
include/net/net_namespace.h
107
struct ctl_table_set sysctls;
ipc/ipc_sysctl.c
183
static struct ctl_table_set *set_lookup(struct ctl_table_root *root)
ipc/ipc_sysctl.c
188
static int set_is_seen(struct ctl_table_set *set)
ipc/mq_sysctl.c
69
static struct ctl_table_set *set_lookup(struct ctl_table_root *root)
ipc/mq_sysctl.c
74
static int set_is_seen(struct ctl_table_set *set)
kernel/pid.c
710
static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root)
kernel/pid.c
715
static int set_is_seen(struct ctl_table_set *set)
kernel/ucount.c
31
static struct ctl_table_set *
kernel/ucount.c
37
static int set_is_seen(struct ctl_table_set *set)
net/sysctl_net.c
30
static struct ctl_table_set *
net/sysctl_net.c
36
static int is_seen(struct ctl_table_set *set)