/linux-4.1.27/include/linux/ |
D | sysctl.h | 31 struct ctl_table; 37 typedef int proc_handler (struct ctl_table *ctl, int write, 40 extern int proc_dostring(struct ctl_table *, int, 42 extern int proc_dointvec(struct ctl_table *, int, 44 extern int proc_dointvec_minmax(struct ctl_table *, int, 46 extern int proc_dointvec_jiffies(struct ctl_table *, int, 48 extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int, 50 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int, 52 extern int proc_doulongvec_minmax(struct ctl_table *, int, 54 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, [all …]
|
D | nmi.h | 71 struct ctl_table; 72 extern int proc_watchdog(struct ctl_table *, int , 74 extern int proc_nmi_watchdog(struct ctl_table *, int , 76 extern int proc_soft_watchdog(struct ctl_table *, int , 78 extern int proc_watchdog_thresh(struct ctl_table *, int ,
|
D | writeback.h | 138 extern int dirty_background_ratio_handler(struct ctl_table *table, int write, 141 extern int dirty_background_bytes_handler(struct ctl_table *table, int write, 144 extern int dirty_ratio_handler(struct ctl_table *table, int write, 147 extern int dirty_bytes_handler(struct ctl_table *table, int write, 150 int dirtytime_interval_handler(struct ctl_table *table, int write, 153 struct ctl_table; 154 int dirty_writeback_centisecs_handler(struct ctl_table *, int,
|
D | compaction.h | 32 extern int sysctl_compaction_handler(struct ctl_table *table, int write, 35 extern int sysctl_extfrag_handler(struct ctl_table *table, int write,
|
D | mmzone.h | 885 struct ctl_table; 886 int min_free_kbytes_sysctl_handler(struct ctl_table *, int, 889 int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *, int, 891 int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *, int, 893 int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *, int, 895 int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *, int, 898 extern int numa_zonelist_order_handler(struct ctl_table *, int,
|
D | hugetlb.h | 12 struct ctl_table; 52 int hugetlb_sysctl_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *); 53 int hugetlb_overcommit_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *); 54 int hugetlb_treat_movable_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *); 57 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *, int,
|
D | inotify.h | 12 extern struct ctl_table inotify_table[]; /* for sysctl */
|
D | pipe_fs_i.h | 126 int pipe_proc_fn(struct ctl_table *, int, void __user *, size_t *, loff_t *);
|
D | kmod.h | 80 extern struct ctl_table usermodehelper_table[];
|
D | poll.h | 14 extern struct ctl_table epoll_table[]; /* for sysctl */
|
D | ftrace.h | 56 ftrace_enable_sysctl(struct ctl_table *table, int write, 268 stack_trace_sysctl(struct ctl_table *table, int write,
|
D | key.h | 348 extern struct ctl_table key_sysctls[];
|
D | backing-dev.h | 280 int pdflush_proc_obsolete(struct ctl_table *table, int write,
|
D | perf_event.h | 846 extern int perf_proc_update_handler(struct ctl_table *table, int write, 849 extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
|
D | kprobes.h | 327 extern int proc_kprobes_optimization_handler(struct ctl_table *table,
|
D | mm.h | 78 extern int overcommit_ratio_handler(struct ctl_table *, int, void __user *, 80 extern int overcommit_kbytes_handler(struct ctl_table *, int, void __user *, 2129 int drop_caches_sysctl_handler(struct ctl_table *, int,
|
D | fs.h | 2925 struct ctl_table; 2926 int proc_nr_files(struct ctl_table *table, int write, 2928 int proc_nr_dentry(struct ctl_table *table, int write, 2930 int proc_nr_inodes(struct ctl_table *table, int write,
|
D | security.h | 67 struct ctl_table; 155 extern int mmap_min_addr_handler(struct ctl_table *table, int write,
|
D | sched.h | 378 extern int proc_dowatchdog_thresh(struct ctl_table *table, int write,
|
/linux-4.1.27/fs/proc/ |
D | proc_sysctl.c | 24 struct ctl_table sysctl_mount_point[] = { 30 return head->ctl_table[0].child == sysctl_mount_point; in is_empty_dir() 35 dir->header.ctl_table[0].child = sysctl_mount_point; in set_empty_dir() 41 dir->header.ctl_table[0].child = NULL; in clear_empty_dir() 53 static struct ctl_table root_table[] = { 64 .ctl_table = root_table }}, 75 struct ctl_table **pentry, struct nsproxy *namespaces); 83 pr_cont("%s/", dir->header.ctl_table[0].procname); in sysctl_print_dir() 102 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() 106 struct ctl_table *entry; in find_entry() [all …]
|
D | internal.h | 67 struct ctl_table *sysctl_entry;
|
/linux-4.1.27/arch/s390/appldata/ |
D | appldata_base.c | 51 static int appldata_timer_handler(struct ctl_table *ctl, int write, 53 static int appldata_interval_handler(struct ctl_table *ctl, int write, 58 static struct ctl_table appldata_table[] = { 72 static struct ctl_table appldata_dir_table[] = { 204 appldata_timer_handler(struct ctl_table *ctl, int write, in appldata_timer_handler() 246 appldata_interval_handler(struct ctl_table *ctl, int write, in appldata_interval_handler() 290 appldata_generic_handler(struct ctl_table *ctl, int write, in appldata_generic_handler() 303 if (&tmp_ops->ctl_table[2] == ctl) { in appldata_generic_handler() 392 ops->ctl_table = kzalloc(4 * sizeof(struct ctl_table), GFP_KERNEL); in appldata_register_ops() 393 if (!ops->ctl_table) in appldata_register_ops() [all …]
|
D | appldata.h | 30 struct ctl_table *ctl_table; member
|
/linux-4.1.27/net/sctp/ |
D | sysctl.c | 61 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write, 64 static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write, 67 static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, 70 static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write, 73 static int proc_sctp_do_auth(struct ctl_table *ctl, int write, 77 static struct ctl_table sctp_table[] = { 103 static struct ctl_table sctp_net_table[] = { 315 static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write, in proc_sctp_do_hmac_alg() 320 struct ctl_table tbl; in proc_sctp_do_hmac_alg() 326 memset(&tbl, 0, sizeof(struct ctl_table)); in proc_sctp_do_hmac_alg() [all …]
|
/linux-4.1.27/ipc/ |
D | ipc_sysctl.c | 21 static void *get_ipc(struct ctl_table *table) in get_ipc() 30 static int proc_ipc_dointvec(struct ctl_table *table, int write, in proc_ipc_dointvec() 33 struct ctl_table ipc_table; in proc_ipc_dointvec() 41 static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax() 44 struct ctl_table ipc_table; in proc_ipc_dointvec_minmax() 52 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans() 65 static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write, in proc_ipc_doulongvec_minmax() 68 struct ctl_table ipc_table; in proc_ipc_doulongvec_minmax() 76 static int proc_ipc_auto_msgmni(struct ctl_table *table, int write, in proc_ipc_auto_msgmni() 79 struct ctl_table ipc_table; in proc_ipc_auto_msgmni() [all …]
|
D | mq_sysctl.c | 17 static void *get_mq(struct ctl_table *table) in get_mq() 25 static int proc_mq_dointvec(struct ctl_table *table, int write, in proc_mq_dointvec() 28 struct ctl_table mq_table; in proc_mq_dointvec() 35 static int proc_mq_dointvec_minmax(struct ctl_table *table, int write, in proc_mq_dointvec_minmax() 38 struct ctl_table mq_table; in proc_mq_dointvec_minmax() 56 static struct ctl_table mq_sysctls[] = { 103 static struct ctl_table mq_sysctl_dir[] = { 112 static struct ctl_table mq_sysctl_root[] = {
|
/linux-4.1.27/drivers/parport/ |
D | procfs.c | 34 static int do_active_device(struct ctl_table *table, int write, in do_active_device() 71 static int do_autoprobe(struct ctl_table *table, int write, in do_autoprobe() 113 static int do_hardware_base_addr(struct ctl_table *table, int write, in do_hardware_base_addr() 141 static int do_hardware_irq(struct ctl_table *table, int write, in do_hardware_irq() 169 static int do_hardware_dma(struct ctl_table *table, int write, in do_hardware_dma() 197 static int do_hardware_modes(struct ctl_table *table, int write, in do_hardware_modes() 258 struct ctl_table vars[12]; 259 struct ctl_table device_dir[2]; 260 struct ctl_table port_dir[2]; 261 struct ctl_table parport_dir[2]; [all …]
|
/linux-4.1.27/kernel/ |
D | utsname_sysctl.c | 20 static void *get_uts(struct ctl_table *table, int write) in get_uts() 35 static void put_uts(struct ctl_table *table, int write, void *which) in put_uts() 47 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 50 struct ctl_table uts_table; in proc_do_uts_string() 69 static struct ctl_table uts_kern_table[] = { 110 static struct ctl_table uts_root_table[] = { 126 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify()
|
D | sysctl.c | 177 static int proc_do_cad_pid(struct ctl_table *table, int write, 179 static int proc_taint(struct ctl_table *table, int write, 184 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write, 188 static int proc_dointvec_minmax_coredump(struct ctl_table *table, int write, 191 static int proc_dostring_coredump(struct ctl_table *table, int write, 199 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 217 static struct ctl_table kern_table[]; 218 static struct ctl_table vm_table[]; 219 static struct ctl_table fs_table[]; 220 static struct ctl_table debug_table[]; [all …]
|
D | watchdog.c | 771 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() 830 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() 840 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() 850 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() 860 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh()
|
D | pid_namespace.c | 273 static int pid_ns_ctl_handler(struct ctl_table *table, int write, in pid_ns_ctl_handler() 277 struct ctl_table tmp = *table; in pid_ns_ctl_handler() 294 static struct ctl_table pid_ns_ctl_table[] = {
|
D | kmod.c | 612 static int proc_cap_handler(struct ctl_table *table, int write, in proc_cap_handler() 615 struct ctl_table t; in proc_cap_handler() 672 struct ctl_table usermodehelper_table[] = {
|
D | hung_task.c | 197 int proc_dohung_task_timeout_secs(struct ctl_table *table, int write, in proc_dohung_task_timeout_secs()
|
D | fork.c | 2062 int sysctl_max_threads(struct ctl_table *table, int write, in sysctl_max_threads() 2065 struct ctl_table t; in sysctl_max_threads()
|
D | kprobes.c | 832 int proc_kprobes_optimization_handler(struct ctl_table *table, int write, in proc_kprobes_optimization_handler()
|
/linux-4.1.27/include/linux/sched/ |
D | sysctl.h | 9 extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write, 63 int sched_proc_update_handler(struct ctl_table *table, int write, 98 extern int sched_rr_handler(struct ctl_table *table, int write, 102 extern int sched_rt_handler(struct ctl_table *table, int write, 106 extern int sysctl_numa_balancing(struct ctl_table *table, int write,
|
/linux-4.1.27/net/ipv6/ |
D | sysctl_net_ipv6.c | 21 static struct ctl_table ipv6_table_template[] = { 74 static struct ctl_table ipv6_rotable[] = { 95 struct ctl_table *ipv6_table; in ipv6_sysctl_net_init() 96 struct ctl_table *ipv6_route_table; in ipv6_sysctl_net_init() 97 struct ctl_table *ipv6_icmp_table; in ipv6_sysctl_net_init() 153 struct ctl_table *ipv6_table; in ipv6_sysctl_net_exit() 154 struct ctl_table *ipv6_route_table; in ipv6_sysctl_net_exit() 155 struct ctl_table *ipv6_icmp_table; in ipv6_sysctl_net_exit()
|
D | xfrm6_policy.c | 328 static struct ctl_table xfrm6_policy_table[] = { 341 struct ctl_table *table; in xfrm6_net_sysctl_init() 369 struct ctl_table *table; in xfrm6_net_sysctl_exit()
|
D | reassembly.c | 590 static struct ctl_table ip6_frags_ns_ctl_table[] = { 620 static struct ctl_table ip6_frags_ctl_table[] = { 633 struct ctl_table *table; in ip6_frags_ns_sysctl_register() 670 struct ctl_table *table; in ip6_frags_ns_sysctl_unregister()
|
D | icmp.c | 994 static struct ctl_table ipv6_icmp_table_template[] = { 1005 struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net) in ipv6_icmp_sysctl_init() 1007 struct ctl_table *table; in ipv6_icmp_sysctl_init()
|
D | addrconf.c | 738 static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf) in addrconf_fixup_forwarding() 5087 int addrconf_sysctl_forward(struct ctl_table *ctl, int write, in addrconf_sysctl_forward() 5093 struct ctl_table lctl; in addrconf_sysctl_forward() 5113 int addrconf_sysctl_mtu(struct ctl_table *ctl, int write, in addrconf_sysctl_mtu() 5118 struct ctl_table lctl; in addrconf_sysctl_mtu() 5159 static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf) in addrconf_disable_ipv6() 5187 int addrconf_sysctl_disable(struct ctl_table *ctl, int write, in addrconf_sysctl_disable() 5193 struct ctl_table lctl; in addrconf_sysctl_disable() 5213 int addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write, in addrconf_sysctl_proxy_ndp() 5251 static int addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write, in addrconf_sysctl_stable_secret() [all …]
|
D | ndisc.c | 1684 static void ndisc_warn_deprecated_sysctl(struct ctl_table *ctl, in ndisc_warn_deprecated_sysctl() 1699 int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp,… in ndisc_ifinfo_sysctl_change()
|
D | route.c | 3105 int ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write, in ipv6_sysctl_rtcache_flush() 3120 struct ctl_table ipv6_route_table_template[] = { 3194 struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net) in ipv6_route_sysctl_init() 3196 struct ctl_table *table; in ipv6_route_sysctl_init()
|
/linux-4.1.27/include/net/netns/ |
D | conntrack.h | 17 struct ctl_table *ctl_table; member 20 struct ctl_table *ctl_compat_table; 63 struct ctl_table *ctl_table; member
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto.c | 42 struct ctl_table *table) in nf_ct_register_sysctl() 55 struct ctl_table **table, in nf_ct_unregister_sysctl() 181 if (in->ctl_table != NULL) { in nf_ct_l3proto_register_sysctl() 185 in->ctl_table); in nf_ct_l3proto_register_sysctl() 187 kfree(in->ctl_table); in nf_ct_l3proto_register_sysctl() 188 in->ctl_table = NULL; in nf_ct_l3proto_register_sysctl() 205 &in->ctl_table, in nf_ct_l3proto_unregister_sysctl() 303 if (pn->ctl_table != NULL) { in nf_ct_l4proto_register_sysctl() 307 pn->ctl_table); in nf_ct_l4proto_register_sysctl() 310 kfree(pn->ctl_table); in nf_ct_l4proto_register_sysctl() [all …]
|
D | nf_conntrack_proto_generic.c | 139 static struct ctl_table generic_sysctl_table[] = { 149 static struct ctl_table generic_compat_sysctl_table[] = { 165 pn->ctl_table = kmemdup(generic_sysctl_table, in generic_kmemdup_sysctl_table() 168 if (!pn->ctl_table) in generic_kmemdup_sysctl_table() 171 pn->ctl_table[0].data = &gn->timeout; in generic_kmemdup_sysctl_table()
|
D | nf_conntrack_timestamp.c | 24 static struct ctl_table tstamp_sysctl_table[] = { 45 struct ctl_table *table; in nf_conntrack_tstamp_init_sysctl() 74 struct ctl_table *table; in nf_conntrack_tstamp_fini_sysctl()
|
D | nf_conntrack_proto_udp.c | 205 static struct ctl_table udp_sysctl_table[] = { 221 static struct ctl_table udp_compat_sysctl_table[] = { 243 if (pn->ctl_table) in udp_kmemdup_sysctl_table() 245 pn->ctl_table = kmemdup(udp_sysctl_table, in udp_kmemdup_sysctl_table() 248 if (!pn->ctl_table) in udp_kmemdup_sysctl_table() 250 pn->ctl_table[0].data = &un->timeouts[UDP_CT_UNREPLIED]; in udp_kmemdup_sysctl_table() 251 pn->ctl_table[1].data = &un->timeouts[UDP_CT_REPLIED]; in udp_kmemdup_sysctl_table()
|
D | nf_conntrack_acct.c | 27 static struct ctl_table acct_sysctl_table[] = { 67 struct ctl_table *table; in nf_conntrack_acct_init_sysctl() 96 struct ctl_table *table; in nf_conntrack_acct_fini_sysctl()
|
D | nf_conntrack_proto_dccp.c | 766 static struct ctl_table dccp_sysctl_table[] = { 823 if (pn->ctl_table) in dccp_kmemdup_sysctl_table() 826 pn->ctl_table = kmemdup(dccp_sysctl_table, in dccp_kmemdup_sysctl_table() 829 if (!pn->ctl_table) in dccp_kmemdup_sysctl_table() 832 pn->ctl_table[0].data = &dn->dccp_timeout[CT_DCCP_REQUEST]; in dccp_kmemdup_sysctl_table() 833 pn->ctl_table[1].data = &dn->dccp_timeout[CT_DCCP_RESPOND]; in dccp_kmemdup_sysctl_table() 834 pn->ctl_table[2].data = &dn->dccp_timeout[CT_DCCP_PARTOPEN]; in dccp_kmemdup_sysctl_table() 835 pn->ctl_table[3].data = &dn->dccp_timeout[CT_DCCP_OPEN]; in dccp_kmemdup_sysctl_table() 836 pn->ctl_table[4].data = &dn->dccp_timeout[CT_DCCP_CLOSEREQ]; in dccp_kmemdup_sysctl_table() 837 pn->ctl_table[5].data = &dn->dccp_timeout[CT_DCCP_CLOSING]; in dccp_kmemdup_sysctl_table() [all …]
|
D | nf_conntrack_proto_udplite.c | 220 static struct ctl_table udplite_sysctl_table[] = { 241 if (pn->ctl_table) in udplite_kmemdup_sysctl_table() 244 pn->ctl_table = kmemdup(udplite_sysctl_table, in udplite_kmemdup_sysctl_table() 247 if (!pn->ctl_table) in udplite_kmemdup_sysctl_table() 250 pn->ctl_table[0].data = &un->timeouts[UDPLITE_CT_UNREPLIED]; in udplite_kmemdup_sysctl_table() 251 pn->ctl_table[1].data = &un->timeouts[UDPLITE_CT_REPLIED]; in udplite_kmemdup_sysctl_table()
|
D | nf_conntrack_proto_sctp.c | 618 static struct ctl_table sctp_sysctl_table[] = { 665 static struct ctl_table sctp_compat_sysctl_table[] = { 717 if (pn->ctl_table) in sctp_kmemdup_sysctl_table() 720 pn->ctl_table = kmemdup(sctp_sysctl_table, in sctp_kmemdup_sysctl_table() 723 if (!pn->ctl_table) in sctp_kmemdup_sysctl_table() 726 pn->ctl_table[0].data = &sn->timeouts[SCTP_CONNTRACK_CLOSED]; in sctp_kmemdup_sysctl_table() 727 pn->ctl_table[1].data = &sn->timeouts[SCTP_CONNTRACK_COOKIE_WAIT]; in sctp_kmemdup_sysctl_table() 728 pn->ctl_table[2].data = &sn->timeouts[SCTP_CONNTRACK_COOKIE_ECHOED]; in sctp_kmemdup_sysctl_table() 729 pn->ctl_table[3].data = &sn->timeouts[SCTP_CONNTRACK_ESTABLISHED]; in sctp_kmemdup_sysctl_table() 730 pn->ctl_table[4].data = &sn->timeouts[SCTP_CONNTRACK_SHUTDOWN_SENT]; in sctp_kmemdup_sysctl_table() [all …]
|
D | nf_conntrack_proto_tcp.c | 1405 static struct ctl_table tcp_sysctl_table[] = { 1488 static struct ctl_table tcp_compat_sysctl_table[] = { 1576 if (pn->ctl_table) in tcp_kmemdup_sysctl_table() 1579 pn->ctl_table = kmemdup(tcp_sysctl_table, in tcp_kmemdup_sysctl_table() 1582 if (!pn->ctl_table) in tcp_kmemdup_sysctl_table() 1585 pn->ctl_table[0].data = &tn->timeouts[TCP_CONNTRACK_SYN_SENT]; in tcp_kmemdup_sysctl_table() 1586 pn->ctl_table[1].data = &tn->timeouts[TCP_CONNTRACK_SYN_RECV]; in tcp_kmemdup_sysctl_table() 1587 pn->ctl_table[2].data = &tn->timeouts[TCP_CONNTRACK_ESTABLISHED]; in tcp_kmemdup_sysctl_table() 1588 pn->ctl_table[3].data = &tn->timeouts[TCP_CONNTRACK_FIN_WAIT]; in tcp_kmemdup_sysctl_table() 1589 pn->ctl_table[4].data = &tn->timeouts[TCP_CONNTRACK_CLOSE_WAIT]; in tcp_kmemdup_sysctl_table() [all …]
|
D | nf_conntrack_ecache.c | 246 static struct ctl_table event_sysctl_table[] = { 267 struct ctl_table *table; in nf_conntrack_event_init_sysctl() 296 struct ctl_table *table; in nf_conntrack_event_fini_sysctl()
|
D | nf_conntrack_standalone.c | 408 static struct ctl_table nf_ct_sysctl_table[] = { 458 static struct ctl_table nf_ct_netfilter_table[] = { 471 struct ctl_table *table; in nf_conntrack_standalone_init_sysctl() 501 struct ctl_table *table; in nf_conntrack_standalone_fini_sysctl()
|
D | nf_log.c | 394 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1]; 396 static int nf_log_proc_dostring(struct ctl_table *table, int write, in nf_log_proc_dostring() 441 struct ctl_table *table; in netfilter_log_sysctl_init() 483 struct ctl_table *table; in netfilter_log_sysctl_exit()
|
D | nf_conntrack_helper.c | 47 static struct ctl_table helper_sysctl_table[] = { 60 struct ctl_table *table; in nf_conntrack_helper_init_sysctl() 90 struct ctl_table *table; in nf_conntrack_helper_fini_sysctl()
|
/linux-4.1.27/net/core/ |
D | sysctl_net_core.c | 34 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl() 39 struct ctl_table tmp = { in rps_sock_flow_sysctl() 101 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl() 180 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl() 203 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc() 207 struct ctl_table tbl = { in set_default_qdisc() 222 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key() 225 struct ctl_table fake_table; in proc_do_rss_key() 234 static struct ctl_table net_core_table[] = { 408 static struct ctl_table netns_core_table[] = { [all …]
|
D | neighbour.c | 2817 static int proc_unres_qlen(struct ctl_table *ctl, int write, in proc_unres_qlen() 2821 struct ctl_table tmp = *ctl; in proc_unres_qlen() 2864 static void neigh_proc_update(struct ctl_table *ctl, int write) in neigh_proc_update() 2879 static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write, in neigh_proc_dointvec_zero_intmax() 2883 struct ctl_table tmp = *ctl; in neigh_proc_dointvec_zero_intmax() 2894 int neigh_proc_dointvec(struct ctl_table *ctl, int write, in neigh_proc_dointvec() 2904 int neigh_proc_dointvec_jiffies(struct ctl_table *ctl, int write, in neigh_proc_dointvec_jiffies() 2915 static int neigh_proc_dointvec_userhz_jiffies(struct ctl_table *ctl, int write, in neigh_proc_dointvec_userhz_jiffies() 2925 int neigh_proc_dointvec_ms_jiffies(struct ctl_table *ctl, int write, in neigh_proc_dointvec_ms_jiffies() 2936 static int neigh_proc_dointvec_unres_qlen(struct ctl_table *ctl, int write, in neigh_proc_dointvec_unres_qlen() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-sysctl.c | 83 static int proc_set_timeout(struct ctl_table *table, int write, in proc_set_timeout() 94 static int proc_memory_alloc(struct ctl_table *table, int write, in proc_memory_alloc() 118 static int proc_pages_alloc(struct ctl_table *table, int write, in proc_pages_alloc() 142 static int proc_mem_max(struct ctl_table *table, int write, void __user *buffer, in proc_mem_max() 166 static int proc_pages_max(struct ctl_table *table, int write, in proc_pages_max() 190 static int proc_max_dirty_pages_in_mb(struct ctl_table *table, int write, in proc_max_dirty_pages_in_mb() 231 static int proc_alloc_fail_rate(struct ctl_table *table, int write, in proc_alloc_fail_rate() 262 static struct ctl_table obd_table[] = { 378 static struct ctl_table parent_table[] = {
|
/linux-4.1.27/net/ipv4/ |
D | sysctl_net_ipv4.c | 55 static int ipv4_local_port_range(struct ctl_table *table, int write, in ipv4_local_port_range() 63 struct ctl_table tmp = { in ipv4_local_port_range() 86 static void inet_get_ping_group_range_table(struct ctl_table *table, kgid_t *low, kgid_t *high) in inet_get_ping_group_range_table() 101 static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high) in set_ping_group_range() 113 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range() 121 struct ctl_table tmp = { in ipv4_ping_group_range() 148 static int proc_tcp_congestion_control(struct ctl_table *ctl, int write, in proc_tcp_congestion_control() 152 struct ctl_table tbl = { in proc_tcp_congestion_control() 166 static int proc_tcp_available_congestion_control(struct ctl_table *ctl, in proc_tcp_available_congestion_control() 171 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, }; in proc_tcp_available_congestion_control() [all …]
|
D | xfrm4_policy.c | 258 static struct ctl_table xfrm4_policy_table[] = { 271 struct ctl_table *table; in xfrm4_net_sysctl_init() 299 struct ctl_table *table; in xfrm4_net_sysctl_exit()
|
D | ip_fragment.c | 705 static struct ctl_table ip4_frags_ns_ctl_table[] = { 735 static struct ctl_table ip4_frags_ctl_table[] = { 756 struct ctl_table *table; in ip4_frags_ns_ctl_register() 793 struct ctl_table *table; in ip4_frags_ns_ctl_unregister()
|
D | devinet.c | 2016 static int devinet_conf_proc(struct ctl_table *ctl, int write, in devinet_conf_proc() 2056 static int devinet_sysctl_forward(struct ctl_table *ctl, int write, in devinet_sysctl_forward() 2099 static int ipv4_doint_and_flush(struct ctl_table *ctl, int write, in ipv4_doint_and_flush() 2139 struct ctl_table devinet_vars[__IPV4_DEVCONF_MAX]; 2249 static struct ctl_table ctl_forward_entry[] = { 2269 struct ctl_table *tbl = ctl_forward_entry; in devinet_init_net() 2339 struct ctl_table *tbl; in devinet_exit_net()
|
D | route.c | 2561 static int ipv4_sysctl_rtcache_flush(struct ctl_table *__ctl, int write, in ipv4_sysctl_rtcache_flush() 2576 static struct ctl_table ipv4_route_table[] = { 2687 static struct ctl_table ipv4_route_flush_table[] = { 2699 struct ctl_table *tbl; in sysctl_route_net_init() 2727 struct ctl_table *tbl; in sysctl_route_net_exit()
|
/linux-4.1.27/arch/frv/kernel/ |
D | pm.c | 153 static int sysctl_pm_do_suspend(struct ctl_table *ctl, int write, in sysctl_pm_do_suspend() 200 static int cmode_procctl(struct ctl_table *ctl, int write, in cmode_procctl() 272 static int p0_procctl(struct ctl_table *ctl, int write, in p0_procctl() 285 static int cm_procctl(struct ctl_table *ctl, int write, in cm_procctl() 298 static struct ctl_table pm_table[] = 331 static struct ctl_table pm_dir_table[] =
|
D | sysctl.c | 49 static int procctl_frv_cachemode(struct ctl_table *table, int write, in procctl_frv_cachemode() 124 static int procctl_frv_pin_cxnr(struct ctl_table *table, int write, in procctl_frv_pin_cxnr() 177 static struct ctl_table frv_table[] = 202 static struct ctl_table frv_dir_table[] =
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_sysctl.c | 15 static struct ctl_table scsi_table[] = { 24 static struct ctl_table scsi_dir_table[] = { 31 static struct ctl_table scsi_root_table[] = {
|
/linux-4.1.27/net/sunrpc/ |
D | sysctl.c | 43 static struct ctl_table sunrpc_table[]; 61 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt() 76 proc_dodebug(struct ctl_table *table, int write, in proc_dodebug() 138 static struct ctl_table debug_table[] = { 176 static struct ctl_table sunrpc_table[] = {
|
D | xprtsock.c | 92 static struct ctl_table xs_tunables_table[] = { 148 static struct ctl_table sunrpc_table[] = {
|
/linux-4.1.27/arch/mips/lasat/ |
D | sysctl.c | 42 int proc_dolasatstring(struct ctl_table *table, int write, in proc_dolasatstring() 60 int proc_dolasatrtc(struct ctl_table *table, int write, in proc_dolasatrtc() 85 int proc_lasat_ip(struct ctl_table *table, int write, in proc_lasat_ip() 145 int proc_lasat_prid(struct ctl_table *table, int write, in proc_lasat_prid() 164 static struct ctl_table lasat_table[] = { 250 static struct ctl_table lasat_root_table[] = {
|
/linux-4.1.27/fs/nfs/ |
D | sysctl.c | 16 static struct ctl_table nfs_cb_sysctls[] = { 34 static struct ctl_table nfs_cb_sysctl_dir[] = { 43 static struct ctl_table nfs_cb_sysctl_root[] = {
|
D | nfs4sysctl.c | 19 static struct ctl_table nfs4_cb_sysctls[] = { 39 static struct ctl_table nfs4_cb_sysctl_dir[] = { 48 static struct ctl_table nfs4_cb_sysctl_root[] = {
|
/linux-4.1.27/arch/arm/kernel/ |
D | isa.c | 23 static struct ctl_table ctl_isa_vars[4] = { 47 static struct ctl_table ctl_isa[2] = { 55 static struct ctl_table ctl_bus[2] = {
|
/linux-4.1.27/net/unix/ |
D | sysctl_net_unix.c | 18 static struct ctl_table unix_table[] = { 31 struct ctl_table *table; in unix_sysctl_register() 56 struct ctl_table *table; in unix_sysctl_unregister()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 555 static int proc_dobitmasks(struct ctl_table *table, int write, in proc_dobitmasks() 574 static int proc_dump_kernel(struct ctl_table *table, int write, in proc_dump_kernel() 597 static int proc_daemon_file(struct ctl_table *table, int write, in proc_daemon_file() 622 static int proc_debug_mb(struct ctl_table *table, int write, in proc_debug_mb() 629 static int proc_console_max_delay_cs(struct ctl_table *table, int write, in proc_console_max_delay_cs() 634 struct ctl_table dummy = *table; in proc_console_max_delay_cs() 662 static int proc_console_min_delay_cs(struct ctl_table *table, int write, in proc_console_min_delay_cs() 667 struct ctl_table dummy = *table; in proc_console_min_delay_cs() 695 static int proc_console_backoff(struct ctl_table *table, int write, in proc_console_backoff() 699 struct ctl_table dummy = *table; in proc_console_backoff() [all …]
|
/linux-4.1.27/net/phonet/ |
D | sysctl.c | 64 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range() 70 struct ctl_table tmp = { in proc_local_port_range() 90 static struct ctl_table phonet_table[] = {
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_sysctl.c | 15 static struct ctl_table xfrm_table[] = { 45 struct ctl_table *table; in xfrm_sysctl_init() 74 struct ctl_table *table; in xfrm_sysctl_fini()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_sysctl.c | 28 struct ctl_table *ctl, in xfs_stats_clear_proc_handler() 58 struct ctl_table *ctl, in xfs_panic_mask_proc_handler() 77 static struct ctl_table xfs_table[] = { 212 static struct ctl_table xfs_dir_table[] = { 221 static struct ctl_table xfs_root_table[] = {
|
/linux-4.1.27/net/ |
D | sysctl_net.c | 42 struct ctl_table *table) in net_ctl_permissions() 86 static struct ctl_table empty[1]; in net_sysctl_init() 104 const char *path, struct ctl_table *table) in register_net_sysctl()
|
/linux-4.1.27/fs/ntfs/ |
D | sysctl.c | 37 static struct ctl_table ntfs_sysctls[] = { 49 static struct ctl_table sysctls_root[] = {
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma.c | 87 static int read_reset_stat(struct ctl_table *table, int write, in read_reset_stat() 122 static struct ctl_table svcrdma_parm_table[] = { 217 static struct ctl_table svcrdma_table[] = { 226 static struct ctl_table svcrdma_root_table[] = {
|
D | transport.c | 89 static struct ctl_table xr_tunables_table[] = { 141 static struct ctl_table sunrpc_table[] = {
|
/linux-4.1.27/drivers/macintosh/ |
D | mac_hid.c | 184 static int mac_hid_toggle_emumouse(struct ctl_table *table, int write, in mac_hid_toggle_emumouse() 217 static struct ctl_table mac_hid_files[] = { 243 static struct ctl_table mac_hid_dir[] = { 254 static struct ctl_table mac_hid_root_dir[] = {
|
/linux-4.1.27/fs/coda/ |
D | sysctl.c | 17 static struct ctl_table coda_table[] = { 42 static struct ctl_table fs_table[] = {
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 215 static struct ctl_table ip_ct_sysctl_table[] = { 361 in->ctl_table = kmemdup(ip_ct_sysctl_table, in ipv4_init_net() 364 if (!in->ctl_table) in ipv4_init_net() 367 in->ctl_table[0].data = &nf_conntrack_max; in ipv4_init_net() 368 in->ctl_table[1].data = &net->ct.count; in ipv4_init_net() 369 in->ctl_table[2].data = &net->ct.htable_size; in ipv4_init_net() 370 in->ctl_table[3].data = &net->ct.sysctl_checksum; in ipv4_init_net() 371 in->ctl_table[4].data = &net->ct.sysctl_log_invalid; in ipv4_init_net()
|
D | nf_conntrack_proto_icmp.c | 319 static struct ctl_table icmp_sysctl_table[] = { 329 static struct ctl_table icmp_compat_sysctl_table[] = { 345 pn->ctl_table = kmemdup(icmp_sysctl_table, in icmp_kmemdup_sysctl_table() 348 if (!pn->ctl_table) in icmp_kmemdup_sysctl_table() 351 pn->ctl_table[0].data = &in->timeout; in icmp_kmemdup_sysctl_table()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | idle.c | 88 static struct ctl_table powersave_nap_ctl_table[] = { 98 static struct ctl_table powersave_nap_sysctl_root[] = {
|
/linux-4.1.27/arch/x86/include/asm/ |
D | nmi.h | 17 struct ctl_table; 18 extern int proc_nmi_enabled(struct ctl_table *, int ,
|
/linux-4.1.27/fs/fscache/ |
D | main.c | 56 static int fscache_max_active_sysctl(struct ctl_table *table, int write, in fscache_max_active_sysctl() 70 static struct ctl_table fscache_sysctls[] = { 90 static struct ctl_table fscache_sysctls_root[] = {
|
/linux-4.1.27/net/llc/ |
D | sysctl_net_llc.c | 17 static struct ctl_table llc2_timeout_table[] = { 49 static struct ctl_table llc_station_table[] = {
|
/linux-4.1.27/arch/x86/vdso/ |
D | vdso32-setup.c | 92 static struct ctl_table abi_table2[] = { 103 static struct ctl_table abi_root_table2[] = {
|
/linux-4.1.27/net/ax25/ |
D | sysctl_net_ax25.c | 32 static const struct ctl_table ax25_param_table[] = { 155 struct ctl_table *table; in ax25_register_dev_sysctl() 176 struct ctl_table *table; in ax25_unregister_dev_sysctl()
|
/linux-4.1.27/net/irda/ |
D | irsysctl.c | 76 static int do_devname(struct ctl_table *table, int write, in do_devname() 93 static int do_discovery(struct ctl_table *table, int write, in do_discovery() 114 static struct ctl_table irda_table[] = {
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_async.c | 66 static int proc_handler_callhome(struct ctl_table *ctl, int write, in proc_handler_callhome() 97 static struct ctl_table callhome_table[] = { 106 static struct ctl_table kern_dir_table[] = {
|
/linux-4.1.27/include/net/ |
D | ndisc.h | 56 struct ctl_table; 213 int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, 215 int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl,
|
D | net_namespace.h | 310 struct ctl_table; 316 struct ctl_table *table); 321 const char *path, struct ctl_table *table) in register_net_sysctl()
|
D | neighbour.h | 380 int neigh_proc_dointvec(struct ctl_table *ctl, int write, 382 int neigh_proc_dointvec_jiffies(struct ctl_table *ctl, int write, 385 int neigh_proc_dointvec_ms_jiffies(struct ctl_table *ctl, int write,
|
D | ipv6.h | 955 extern struct ctl_table ipv6_route_table_template[]; 957 struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); 958 struct ctl_table *ipv6_route_sysctl_init(struct net *net);
|
D | ip_vs.h | 915 struct ctl_table *sysctl_tbl; 949 struct ctl_table *lblc_ctl_table; 953 struct ctl_table *lblcr_ctl_table;
|
D | ax25.h | 213 struct ctl_table;
|
/linux-4.1.27/arch/s390/mm/ |
D | cmm.c | 254 static struct ctl_table cmm_table[]; 256 static int cmm_pages_handler(struct ctl_table *ctl, int write, in cmm_pages_handler() 296 static int cmm_timeout_handler(struct ctl_table *ctl, int write, in cmm_timeout_handler() 332 static struct ctl_table cmm_table[] = { 351 static struct ctl_table cmm_dir_table[] = {
|
D | pgtable.c | 929 static struct ctl_table page_table_sysctl[] = { 942 static struct ctl_table page_table_sysctl_dir[] = {
|
/linux-4.1.27/arch/tile/kernel/ |
D | proc.c | 115 static struct ctl_table unaligned_subtable[] = { 140 static struct ctl_table unaligned_table[] = {
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 160 static int proc_lnet_stats(struct ctl_table *table, int write, in proc_lnet_stats() 167 static int proc_lnet_routes(struct ctl_table *table, int write, in proc_lnet_routes() 293 static int proc_lnet_routers(struct ctl_table *table, int write, in proc_lnet_routers() 428 static int proc_lnet_peers(struct ctl_table *table, int write, in proc_lnet_peers() 653 static int proc_lnet_buffers(struct ctl_table *table, int write, in proc_lnet_buffers() 660 static int proc_lnet_nis(struct ctl_table *table, int write, in proc_lnet_nis() 876 static int proc_lnet_portal_rotor(struct ctl_table *table, int write, in proc_lnet_portal_rotor() 884 static struct ctl_table lnet_table[] = { 928 static struct ctl_table top_table[] = {
|
/linux-4.1.27/crypto/ |
D | proc.c | 27 static struct ctl_table crypto_sysctl_table[] = { 38 static struct ctl_table crypto_dir_table[] = {
|
/linux-4.1.27/net/decnet/ |
D | sysctl_net_decnet.c | 135 static int dn_node_address_handler(struct ctl_table *table, int write, in dn_node_address_handler() 186 static int dn_def_dev_handler(struct ctl_table *table, int write, in dn_def_dev_handler() 249 static struct ctl_table dn_table[] = {
|
D | dn_dev.c | 162 static int dn_forwarding_proc(struct ctl_table *, int, 166 struct ctl_table dn_dev_vars[5]; 246 static int dn_forwarding_proc(struct ctl_table *table, int write, in dn_forwarding_proc()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 326 static struct ctl_table icmpv6_sysctl_table[] = { 341 pn->ctl_table = kmemdup(icmpv6_sysctl_table, in icmpv6_kmemdup_sysctl_table() 344 if (!pn->ctl_table) in icmpv6_kmemdup_sysctl_table() 347 pn->ctl_table[0].data = &in->timeout; in icmpv6_kmemdup_sysctl_table()
|
D | nf_conntrack_reasm.c | 69 static struct ctl_table nf_ct_frag6_sysctl_table[] = { 99 struct ctl_table *table; in nf_ct_frag6_sysctl_register() 133 struct ctl_table *table; in nf_ct_frags6_sysctl_unregister()
|
/linux-4.1.27/include/net/netfilter/ipv6/ |
D | nf_conntrack_ipv6.h | 11 extern struct ctl_table nf_ct_ipv6_sysctl_table[];
|
/linux-4.1.27/security/yama/ |
D | yama_lsm.c | 379 static int yama_dointvec_minmax(struct ctl_table *table, int write, in yama_dointvec_minmax() 382 struct ctl_table table_copy; in yama_dointvec_minmax() 404 static struct ctl_table yama_sysctl_table[] = {
|
/linux-4.1.27/net/ipx/ |
D | sysctl_net_ipx.c | 18 static struct ctl_table ipx_table[] = {
|
/linux-4.1.27/net/tipc/ |
D | sysctl.c | 42 static struct ctl_table tipc_table[] = {
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 240 static struct ctl_table kdump_ctl_table[] = { 258 static struct ctl_table sys_table[] = {
|
D | perfmon.c | 524 static struct ctl_table pfm_ctl_table[] = { 555 static struct ctl_table pfm_sysctl_dir[] = { 563 static struct ctl_table pfm_sysctl_root[] = {
|
/linux-4.1.27/net/appletalk/ |
D | sysctl_net_atalk.c | 13 static struct ctl_table atalk_table[] = {
|
/linux-4.1.27/security/ |
D | min_addr.c | 31 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | armv8_deprecated.c | 204 static int emulation_proc_handler(struct ctl_table *table, int write, in emulation_proc_handler() 229 static struct ctl_table ctl_abi[] = { 237 static void register_insn_emulation_sysctl(struct ctl_table *table) in register_insn_emulation_sysctl() 242 struct ctl_table *insns_sysctl, *sysctl; in register_insn_emulation_sysctl()
|
/linux-4.1.27/net/mpls/ |
D | af_mpls.c | 444 static const struct ctl_table mpls_dev_table[] = { 459 struct ctl_table *table; in mpls_dev_sysctl_register() 488 struct ctl_table *table; in mpls_dev_sysctl_unregister() 1022 static int mpls_platform_labels(struct ctl_table *table, int write, in mpls_platform_labels() 1028 struct ctl_table tmp = { in mpls_platform_labels() 1045 static const struct ctl_table mpls_table[] = { 1058 struct ctl_table *table; in mpls_net_init() 1079 struct ctl_table *table; in mpls_net_exit()
|
/linux-4.1.27/fs/ocfs2/ |
D | stackglue.c | 668 static struct ctl_table ocfs2_nm_table[] = { 679 static struct ctl_table ocfs2_mod_table[] = { 690 static struct ctl_table ocfs2_kern_table[] = { 701 static struct ctl_table ocfs2_root_table[] = {
|
/linux-4.1.27/net/rds/ |
D | sysctl.c | 52 static struct ctl_table rds_sysctl_rds_table[] = {
|
D | ib_sysctl.c | 64 static struct ctl_table rds_ib_sysctl_table[] = {
|
D | iw_sysctl.c | 58 static struct ctl_table rds_iw_sysctl_table[] = {
|
/linux-4.1.27/security/keys/ |
D | sysctl.c | 18 struct ctl_table key_sysctls[] = {
|
/linux-4.1.27/net/x25/ |
D | sysctl_net_x25.c | 20 static struct ctl_table x25_table[] = {
|
/linux-4.1.27/fs/ |
D | drop_caches.c | 40 int drop_caches_sysctl_handler(struct ctl_table *table, int write, in drop_caches_sysctl_handler()
|
D | file_table.c | 79 int proc_nr_files(struct ctl_table *table, int write, in proc_nr_files() 86 int proc_nr_files(struct ctl_table *table, int write, in proc_nr_files()
|
D | pipe.c | 1022 int pipe_proc_fn(struct ctl_table *table, int write, void __user *buf, in pipe_proc_fn()
|
D | fs-writeback.c | 1191 int dirtytime_interval_handler(struct ctl_table *table, int write, in dirtytime_interval_handler()
|
D | eventpoll.c | 296 struct ctl_table epoll_table[] = {
|
D | inode.c | 109 int proc_nr_inodes(struct ctl_table *table, int write, in proc_nr_inodes()
|
D | dcache.c | 154 int proc_nr_dentry(struct ctl_table *table, int write, void __user *buffer, in proc_nr_dentry()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | reassembly.c | 395 static struct ctl_table lowpan_frags_ns_ctl_table[] = { 425 static struct ctl_table lowpan_frags_ctl_table[] = { 438 struct ctl_table *table; in lowpan_frags_ns_sysctl_register() 478 struct ctl_table *table; in lowpan_frags_ns_sysctl_unregister()
|
/linux-4.1.27/fs/lockd/ |
D | svc.c | 441 static struct ctl_table nlm_sysctls[] = { 495 static struct ctl_table nlm_sysctl_dir[] = { 504 static struct ctl_table nlm_sysctl_root[] = {
|
/linux-4.1.27/net/rxrpc/ |
D | sysctl.c | 30 static struct ctl_table rxrpc_sysctl_table[] = {
|
/linux-4.1.27/net/dccp/ |
D | sysctl.c | 28 static struct ctl_table dccp_default_table[] = {
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_poweroff.c | 662 static struct ctl_table ipmi_table[] = { 671 static struct ctl_table ipmi_dir_table[] = { 678 static struct ctl_table ipmi_root_table[] = {
|
/linux-4.1.27/net/rose/ |
D | sysctl_net_rose.c | 27 static struct ctl_table rose_table[] = {
|
/linux-4.1.27/drivers/char/ |
D | random.c | 1590 static int proc_do_uuid(struct ctl_table *table, int write, in proc_do_uuid() 1593 struct ctl_table fake_table; in proc_do_uuid() 1620 static int proc_do_entropy(struct ctl_table *table, int write, in proc_do_entropy() 1623 struct ctl_table fake_table; in proc_do_entropy() 1635 extern struct ctl_table random_table[]; 1636 struct ctl_table random_table[] = {
|
D | rtc.c | 283 static struct ctl_table rtc_table[] = { 294 static struct ctl_table rtc_root[] = { 303 static struct ctl_table dev_root[] = {
|
D | hpet.c | 744 static struct ctl_table hpet_table[] = { 755 static struct ctl_table hpet_root[] = { 765 static struct ctl_table dev_root[] = {
|
/linux-4.1.27/net/netrom/ |
D | sysctl_net_netrom.c | 37 static struct ctl_table nr_table[] = {
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 592 static struct ctl_table caps_kern_table[] = { 603 static struct ctl_table caps_root_table[] = {
|
/linux-4.1.27/mm/ |
D | util.c | 377 int overcommit_ratio_handler(struct ctl_table *table, int write, in overcommit_ratio_handler() 389 int overcommit_kbytes_handler(struct ctl_table *table, int write, in overcommit_kbytes_handler()
|
D | page-writeback.c | 332 int dirty_background_ratio_handler(struct ctl_table *table, int write, in dirty_background_ratio_handler() 344 int dirty_background_bytes_handler(struct ctl_table *table, int write, in dirty_background_bytes_handler() 356 int dirty_ratio_handler(struct ctl_table *table, int write, in dirty_ratio_handler() 371 int dirty_bytes_handler(struct ctl_table *table, int write, in dirty_bytes_handler() 1657 int dirty_writeback_centisecs_handler(struct ctl_table *table, int write, in dirty_writeback_centisecs_handler()
|
D | compaction.c | 1663 int sysctl_compaction_handler(struct ctl_table *table, int write, in sysctl_compaction_handler() 1672 int sysctl_extfrag_handler(struct ctl_table *table, int write, in sysctl_extfrag_handler()
|
D | backing-dev.c | 583 int pdflush_proc_obsolete(struct ctl_table *table, int write, in pdflush_proc_obsolete()
|
D | page_alloc.c | 3541 int numa_zonelist_order_handler(struct ctl_table *table, int write, in numa_zonelist_order_handler() 5936 int min_free_kbytes_sysctl_handler(struct ctl_table *table, int write, in module_init() 5953 int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_unmapped_ratio_sysctl_handler() 5969 int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *table, int write, in sysctl_min_slab_ratio_sysctl_handler() 5995 int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *table, int write, in lowmem_reserve_ratio_sysctl_handler() 6008 int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *table, int write, in percpu_pagelist_fraction_sysctl_handler()
|
D | hugetlb.c | 2366 struct ctl_table *table, int write, in hugetlb_sysctl_handler_common() 2389 int hugetlb_sysctl_handler(struct ctl_table *table, int write, in hugetlb_sysctl_handler() 2398 int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler() 2406 int hugetlb_overcommit_handler(struct ctl_table *table, int write, in hugetlb_overcommit_handler()
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 51 static struct ctl_table pty_table[] = { 78 static struct ctl_table pty_kern_table[] = { 87 static struct ctl_table pty_root_table[] = {
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_main.c | 95 static struct ctl_table xpc_sys_xpc_hb_dir[] = { 114 static struct ctl_table xpc_sys_xpc_dir[] = { 129 static struct ctl_table xpc_sys_dir[] = {
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 1867 int sysctl_numa_balancing(struct ctl_table *table, int write, in sysctl_numa_balancing() 1870 struct ctl_table t; in sysctl_numa_balancing() 5055 static struct ctl_table sd_ctl_dir[] = { 5063 static struct ctl_table sd_ctl_root[] = { 5072 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry() 5074 struct ctl_table *entry = in sd_alloc_ctl_entry() 5075 kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL); in sd_alloc_ctl_entry() 5080 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry() 5082 struct ctl_table *entry; in sd_free_ctl_entry() 5105 set_table_entry(struct ctl_table *entry, in set_table_entry() [all …]
|
D | fair.c | 574 int sched_proc_update_handler(struct ctl_table *table, int write, in sched_proc_update_handler()
|
/linux-4.1.27/kernel/trace/ |
D | trace_stack.c | 419 stack_trace_sysctl(struct ctl_table *table, int write, in stack_trace_sysctl()
|
D | ftrace.c | 5584 ftrace_enable_sysctl(struct ctl_table *table, int write, in ftrace_enable_sysctl()
|
/linux-4.1.27/arch/s390/kernel/ |
D | debug.c | 892 s390dbf_procactive(struct ctl_table *table, int write, in s390dbf_procactive() 902 static struct ctl_table s390dbf_table[] = { 920 static struct ctl_table s390dbf_dir_table[] = {
|
/linux-4.1.27/net/bridge/ |
D | br_netfilter.c | 1044 int brnf_sysctl_call_tables(struct ctl_table *ctl, int write, in brnf_sysctl_call_tables() 1056 static struct ctl_table brnf_table[] = {
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 121 static struct ctl_table vs_vars_table[] = {
|
D | ip_vs_ctl.c | 1615 proc_do_defense_mode(struct ctl_table *table, int write, in proc_do_defense_mode() 1636 proc_do_sync_threshold(struct ctl_table *table, int write, in proc_do_sync_threshold() 1656 proc_do_sync_mode(struct ctl_table *table, int write, in proc_do_sync_mode() 1674 proc_do_sync_ports(struct ctl_table *table, int write, in proc_do_sync_ports() 1697 static struct ctl_table vs_vars[] = { 3762 struct ctl_table *tbl; in ip_vs_control_net_init_sysctl()
|
D | ip_vs_lblcr.c | 292 static struct ctl_table vs_vars_table[] = {
|
/linux-4.1.27/drivers/cdrom/ |
D | cdrom.c | 3473 static int cdrom_sysctl_info(struct ctl_table *ctl, int write, in cdrom_sysctl_info() 3586 static int cdrom_sysctl_handler(struct ctl_table *ctl, int write, in cdrom_sysctl_handler() 3612 static struct ctl_table cdrom_table[] = { 3658 static struct ctl_table cdrom_cdrom_table[] = { 3669 static struct ctl_table cdrom_root_table[] = {
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 2744 static int do_proc_dqstats(struct ctl_table *table, int write, in do_proc_dqstats() 2755 static struct ctl_table fs_dqstats_table[] = { 2824 static struct ctl_table fs_table[] = { 2833 static struct ctl_table sys_table[] = {
|
/linux-4.1.27/fs/notify/inotify/ |
D | inotify_user.c | 60 struct ctl_table inotify_table[] = {
|
/linux-4.1.27/drivers/infiniband/core/ |
D | iwcm.c | 72 static struct ctl_table iwcm_ctl_table[] = {
|
D | ucma.c | 60 static struct ctl_table ucma_ctl_table[] = {
|
/linux-4.1.27/drivers/md/ |
D | md.c | 118 static struct ctl_table raid_table[] = { 136 static struct ctl_table raid_dir_table[] = { 146 static struct ctl_table raid_root_table[] = {
|
/linux-4.1.27/kernel/events/ |
D | core.c | 207 int perf_proc_update_handler(struct ctl_table *table, int write, in perf_proc_update_handler() 225 int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write, in perf_cpu_time_max_percent_handler()
|