Home
last modified time | relevance | path

Searched refs:ctl_table (Results 1 – 25 of 28) sorted by relevance

12

/include/linux/
Dsysctl.h31 struct ctl_table;
37 typedef struct ctl_table ctl_table; typedef
39 typedef int proc_handler (struct ctl_table *ctl, int write,
42 extern int proc_dostring(struct ctl_table *, int,
44 extern int proc_dointvec(struct ctl_table *, int,
46 extern int proc_dointvec_minmax(struct ctl_table *, int,
48 extern int proc_dointvec_jiffies(struct ctl_table *, int,
50 extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int,
52 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
54 extern int proc_doulongvec_minmax(struct ctl_table *, int,
[all …]
Dnmi.h54 struct ctl_table;
55 extern int proc_dowatchdog(struct ctl_table *, int ,
Dwriteback.h136 extern int dirty_background_ratio_handler(struct ctl_table *table, int write,
139 extern int dirty_background_bytes_handler(struct ctl_table *table, int write,
142 extern int dirty_ratio_handler(struct ctl_table *table, int write,
145 extern int dirty_bytes_handler(struct ctl_table *table, int write,
149 struct ctl_table;
150 int dirty_writeback_centisecs_handler(struct ctl_table *, int,
Dinotify.h12 extern struct ctl_table inotify_table[]; /* for sysctl */
Dcompaction.h16 extern int sysctl_compaction_handler(struct ctl_table *table, int write,
19 extern int sysctl_extfrag_handler(struct ctl_table *table, int write,
Dhugetlb.h9 struct ctl_table;
36 int hugetlb_sysctl_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
37 int hugetlb_overcommit_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
38 int hugetlb_treat_movable_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
41 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *, int,
Dmmzone.h893 struct ctl_table;
894 int min_free_kbytes_sysctl_handler(struct ctl_table *, int,
897 int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *, int,
899 int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *, int,
901 int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *, int,
903 int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *, int,
906 extern int numa_zonelist_order_handler(struct ctl_table *, int,
Dpipe_fs_i.h143 int pipe_proc_fn(struct ctl_table *, int, void __user *, size_t *, loff_t *);
Dkmod.h80 extern struct ctl_table usermodehelper_table[];
Dpoll.h14 extern struct ctl_table epoll_table[]; /* for sysctl */
Dftrace.h51 ftrace_enable_sysctl(struct ctl_table *table, int write,
242 stack_trace_sysctl(struct ctl_table *table, int write,
Dkey.h322 extern ctl_table key_sysctls[];
Dbacking-dev.h308 int pdflush_proc_obsolete(struct ctl_table *table, int write,
Dkprobes.h299 extern int proc_kprobes_optimization_handler(struct ctl_table *table,
Dswap.h297 extern int scan_unevictable_handler(struct ctl_table *, int,
Dperf_event.h693 extern int perf_proc_update_handler(struct ctl_table *table, int write,
Dfs.h2708 struct ctl_table;
2709 int proc_nr_files(struct ctl_table *table, int write,
2711 int proc_nr_dentry(struct ctl_table *table, int write,
2713 int proc_nr_inodes(struct ctl_table *table, int write,
/include/net/netns/
Dconntrack.h15 struct ctl_table *ctl_table; member
18 struct ctl_table *ctl_compat_table;
61 struct ctl_table *ctl_table; member
/include/linux/sched/
Dsysctl.h9 extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
61 int sched_proc_update_handler(struct ctl_table *table, int write,
96 extern int sched_rr_handler(struct ctl_table *table, int write,
100 extern int sched_rt_handler(struct ctl_table *table, int write,
/include/net/netfilter/ipv6/
Dnf_conntrack_ipv6.h11 extern struct ctl_table nf_ct_ipv6_sysctl_table[];
/include/net/
Dndisc.h56 struct ctl_table;
228 extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl,
233 int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl,
Dnet_namespace.h312 struct ctl_table;
318 const char *path, struct ctl_table *table);
323 const char *path, struct ctl_table *table) in register_net_sysctl()
Dipv6.h886 extern ctl_table ipv6_route_table_template[];
887 extern ctl_table ipv6_icmp_table_template[];
889 extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
890 extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
Dax25.h212 struct ctl_table;
Dip_vs.h986 struct ctl_table *sysctl_tbl;
1016 struct ctl_table *lblc_ctl_table;
1020 struct ctl_table *lblcr_ctl_table;

12