ctl_table          19 arch/arm/kernel/isa.c static struct ctl_table ctl_isa_vars[4] = {
ctl_table          43 arch/arm/kernel/isa.c static struct ctl_table ctl_isa[2] = {
ctl_table          51 arch/arm/kernel/isa.c static struct ctl_table ctl_bus[2] = {
ctl_table         205 arch/arm64/kernel/armv8_deprecated.c static int emulation_proc_handler(struct ctl_table *table, int write,
ctl_table         235 arch/arm64/kernel/armv8_deprecated.c 	struct ctl_table *insns_sysctl, *sysctl;
ctl_table         343 arch/arm64/kernel/fpsimd.c static int sve_proc_do_default_vl(struct ctl_table *table, int write,
ctl_table         349 arch/arm64/kernel/fpsimd.c 	struct ctl_table tmp_table = {
ctl_table         369 arch/arm64/kernel/fpsimd.c static struct ctl_table sve_default_vl_table[] = {
ctl_table         621 arch/arm64/kernel/process.c static struct ctl_table tagged_addr_sysctl_table[] = {
ctl_table         303 arch/csky/abiv1/alignment.c static struct ctl_table alignment_tbl[5] = {
ctl_table         335 arch/csky/abiv1/alignment.c static struct ctl_table sysctl_table[2] = {
ctl_table         219 arch/ia64/kernel/crash.c static struct ctl_table kdump_ctl_table[] = {
ctl_table         237 arch/ia64/kernel/crash.c static struct ctl_table sys_table[] = {
ctl_table         528 arch/ia64/kernel/perfmon.c static struct ctl_table pfm_ctl_table[] = {
ctl_table         559 arch/ia64/kernel/perfmon.c static struct ctl_table pfm_sysctl_dir[] = {
ctl_table         567 arch/ia64/kernel/perfmon.c static struct ctl_table pfm_sysctl_root[] = {
ctl_table          29 arch/mips/lasat/sysctl.c int proc_dolasatstring(struct ctl_table *table, int write,
ctl_table          47 arch/mips/lasat/sysctl.c int proc_dolasatrtc(struct ctl_table *table, int write,
ctl_table          80 arch/mips/lasat/sysctl.c int proc_lasat_ip(struct ctl_table *table, int write,
ctl_table         140 arch/mips/lasat/sysctl.c int proc_lasat_prid(struct ctl_table *table, int write,
ctl_table         159 arch/mips/lasat/sysctl.c static struct ctl_table lasat_table[] = {
ctl_table         245 arch/mips/lasat/sysctl.c static struct ctl_table lasat_root_table[] = {
ctl_table         536 arch/nds32/mm/alignment.c static struct ctl_table alignment_tbl[3] = {
ctl_table         556 arch/nds32/mm/alignment.c static struct ctl_table nds32_sysctl_table[2] = {
ctl_table          84 arch/powerpc/kernel/idle.c static struct ctl_table powersave_nap_ctl_table[] = {
ctl_table          94 arch/powerpc/kernel/idle.c static struct ctl_table powersave_nap_sysctl_root[] = {
ctl_table          31 arch/s390/appldata/appldata.h 	struct ctl_table *ctl_table;
ctl_table          53 arch/s390/appldata/appldata_base.c static int appldata_timer_handler(struct ctl_table *ctl, int write,
ctl_table          55 arch/s390/appldata/appldata_base.c static int appldata_interval_handler(struct ctl_table *ctl, int write,
ctl_table          60 arch/s390/appldata/appldata_base.c static struct ctl_table appldata_table[] = {
ctl_table          74 arch/s390/appldata/appldata_base.c static struct ctl_table appldata_dir_table[] = {
ctl_table         219 arch/s390/appldata/appldata_base.c appldata_timer_handler(struct ctl_table *ctl, int write,
ctl_table         224 arch/s390/appldata/appldata_base.c 	struct ctl_table ctl_entry = {
ctl_table         252 arch/s390/appldata/appldata_base.c appldata_interval_handler(struct ctl_table *ctl, int write,
ctl_table         257 arch/s390/appldata/appldata_base.c 	struct ctl_table ctl_entry = {
ctl_table         282 arch/s390/appldata/appldata_base.c appldata_generic_handler(struct ctl_table *ctl, int write,
ctl_table         289 arch/s390/appldata/appldata_base.c 	struct ctl_table ctl_entry = {
ctl_table         300 arch/s390/appldata/appldata_base.c 		if (&tmp_ops->ctl_table[2] == ctl) {
ctl_table         370 arch/s390/appldata/appldata_base.c 	ops->ctl_table = kcalloc(4, sizeof(struct ctl_table), GFP_KERNEL);
ctl_table         371 arch/s390/appldata/appldata_base.c 	if (!ops->ctl_table)
ctl_table         378 arch/s390/appldata/appldata_base.c 	ops->ctl_table[0].procname = appldata_proc_name;
ctl_table         379 arch/s390/appldata/appldata_base.c 	ops->ctl_table[0].maxlen   = 0;
ctl_table         380 arch/s390/appldata/appldata_base.c 	ops->ctl_table[0].mode     = S_IRUGO | S_IXUGO;
ctl_table         381 arch/s390/appldata/appldata_base.c 	ops->ctl_table[0].child    = &ops->ctl_table[2];
ctl_table         383 arch/s390/appldata/appldata_base.c 	ops->ctl_table[2].procname = ops->name;
ctl_table         384 arch/s390/appldata/appldata_base.c 	ops->ctl_table[2].mode     = S_IRUGO | S_IWUSR;
ctl_table         385 arch/s390/appldata/appldata_base.c 	ops->ctl_table[2].proc_handler = appldata_generic_handler;
ctl_table         386 arch/s390/appldata/appldata_base.c 	ops->ctl_table[2].data = ops;
ctl_table         388 arch/s390/appldata/appldata_base.c 	ops->sysctl_header = register_sysctl_table(ops->ctl_table);
ctl_table         396 arch/s390/appldata/appldata_base.c 	kfree(ops->ctl_table);
ctl_table         411 arch/s390/appldata/appldata_base.c 	kfree(ops->ctl_table);
ctl_table         869 arch/s390/kernel/debug.c static int s390dbf_procactive(struct ctl_table *table, int write,
ctl_table         878 arch/s390/kernel/debug.c static struct ctl_table s390dbf_table[] = {
ctl_table         896 arch/s390/kernel/debug.c static struct ctl_table s390dbf_dir_table[] = {
ctl_table         586 arch/s390/kernel/topology.c static int topology_ctl_handler(struct ctl_table *ctl, int write,
ctl_table         592 arch/s390/kernel/topology.c 	struct ctl_table ctl_entry = {
ctl_table         616 arch/s390/kernel/topology.c static struct ctl_table topology_ctl_table[] = {
ctl_table         625 arch/s390/kernel/topology.c static struct ctl_table topology_dir_table[] = {
ctl_table         249 arch/s390/mm/cmm.c static int cmm_pages_handler(struct ctl_table *ctl, int write,
ctl_table         253 arch/s390/mm/cmm.c 	struct ctl_table ctl_entry = {
ctl_table         268 arch/s390/mm/cmm.c static int cmm_timed_pages_handler(struct ctl_table *ctl, int write,
ctl_table         273 arch/s390/mm/cmm.c 	struct ctl_table ctl_entry = {
ctl_table         288 arch/s390/mm/cmm.c static int cmm_timeout_handler(struct ctl_table *ctl, int write,
ctl_table         324 arch/s390/mm/cmm.c static struct ctl_table cmm_table[] = {
ctl_table         343 arch/s390/mm/cmm.c static struct ctl_table cmm_dir_table[] = {
ctl_table          23 arch/s390/mm/pgalloc.c static struct ctl_table page_table_sysctl[] = {
ctl_table          36 arch/s390/mm/pgalloc.c static struct ctl_table page_table_sysctl_dir[] = {
ctl_table          69 arch/x86/entry/vdso/vdso32-setup.c static struct ctl_table abi_table2[] = {
ctl_table          82 arch/x86/entry/vdso/vdso32-setup.c static struct ctl_table abi_root_table2[] = {
ctl_table          18 arch/x86/include/asm/nmi.h struct ctl_table;
ctl_table          19 arch/x86/include/asm/nmi.h extern int proc_nmi_enabled(struct ctl_table *, int ,
ctl_table          41 arch/x86/kernel/itmt.c static int sched_itmt_update_handler(struct ctl_table *table, int write,
ctl_table          68 arch/x86/kernel/itmt.c static struct ctl_table itmt_kern_table[] = {
ctl_table          81 arch/x86/kernel/itmt.c static struct ctl_table itmt_root_table[] = {
ctl_table          33 crypto/fips.c  static struct ctl_table crypto_sysctl_table[] = {
ctl_table          44 crypto/fips.c  static struct ctl_table crypto_dir_table[] = {
ctl_table          27 drivers/base/firmware_loader/fallback_table.c struct ctl_table firmware_config_table[] = {
ctl_table        3497 drivers/cdrom/cdrom.c static int cdrom_sysctl_info(struct ctl_table *ctl, int write,
ctl_table        3610 drivers/cdrom/cdrom.c static int cdrom_sysctl_handler(struct ctl_table *ctl, int write,
ctl_table        3636 drivers/cdrom/cdrom.c static struct ctl_table cdrom_table[] = {
ctl_table        3682 drivers/cdrom/cdrom.c static struct ctl_table cdrom_cdrom_table[] = {
ctl_table        3693 drivers/cdrom/cdrom.c static struct ctl_table cdrom_root_table[] = {
ctl_table         738 drivers/char/hpet.c static struct ctl_table hpet_table[] = {
ctl_table         749 drivers/char/hpet.c static struct ctl_table hpet_root[] = {
ctl_table         759 drivers/char/hpet.c static struct ctl_table dev_root[] = {
ctl_table         657 drivers/char/ipmi/ipmi_poweroff.c static struct ctl_table ipmi_table[] = {
ctl_table         666 drivers/char/ipmi/ipmi_poweroff.c static struct ctl_table ipmi_dir_table[] = {
ctl_table         673 drivers/char/ipmi/ipmi_poweroff.c static struct ctl_table ipmi_root_table[] = {
ctl_table        2231 drivers/char/random.c static int proc_do_uuid(struct ctl_table *table, int write,
ctl_table        2234 drivers/char/random.c 	struct ctl_table fake_table;
ctl_table        2261 drivers/char/random.c static int proc_do_entropy(struct ctl_table *table, int write,
ctl_table        2264 drivers/char/random.c 	struct ctl_table fake_table;
ctl_table        2276 drivers/char/random.c extern struct ctl_table random_table[];
ctl_table        2277 drivers/char/random.c struct ctl_table random_table[] = {
ctl_table         266 drivers/char/rtc.c static struct ctl_table rtc_table[] = {
ctl_table         277 drivers/char/rtc.c static struct ctl_table rtc_root[] = {
ctl_table         286 drivers/char/rtc.c static struct ctl_table dev_root[] = {
ctl_table        3510 drivers/gpu/drm/i915/i915_perf.c static struct ctl_table oa_table[] = {
ctl_table        3532 drivers/gpu/drm/i915/i915_perf.c static struct ctl_table i915_root[] = {
ctl_table        3542 drivers/gpu/drm/i915/i915_perf.c static struct ctl_table dev_root[] = {
ctl_table        1327 drivers/hv/vmbus_drv.c static struct ctl_table hv_ctl_table[] = {
ctl_table        1340 drivers/hv/vmbus_drv.c static struct ctl_table hv_root_table[] = {
ctl_table         106 drivers/infiniband/core/iwcm.c static struct ctl_table iwcm_ctl_table[] = {
ctl_table          65 drivers/infiniband/core/ucma.c static struct ctl_table ucma_ctl_table[] = {
ctl_table         185 drivers/macintosh/mac_hid.c static int mac_hid_toggle_emumouse(struct ctl_table *table, int write,
ctl_table         218 drivers/macintosh/mac_hid.c static struct ctl_table mac_hid_files[] = {
ctl_table         244 drivers/macintosh/mac_hid.c static struct ctl_table mac_hid_dir[] = {
ctl_table         255 drivers/macintosh/mac_hid.c static struct ctl_table mac_hid_root_dir[] = {
ctl_table         201 drivers/md/md.c static struct ctl_table raid_table[] = {
ctl_table         219 drivers/md/md.c static struct ctl_table raid_dir_table[] = {
ctl_table         229 drivers/md/md.c static struct ctl_table raid_root_table[] = {
ctl_table          95 drivers/misc/sgi-xp/xpc_main.c static struct ctl_table xpc_sys_xpc_hb_dir[] = {
ctl_table         114 drivers/misc/sgi-xp/xpc_main.c static struct ctl_table xpc_sys_xpc_dir[] = {
ctl_table         129 drivers/misc/sgi-xp/xpc_main.c static struct ctl_table xpc_sys_dir[] = {
ctl_table          36 drivers/parport/procfs.c static int do_active_device(struct ctl_table *table, int write,
ctl_table          73 drivers/parport/procfs.c static int do_autoprobe(struct ctl_table *table, int write,
ctl_table         115 drivers/parport/procfs.c static int do_hardware_base_addr(struct ctl_table *table, int write,
ctl_table         143 drivers/parport/procfs.c static int do_hardware_irq(struct ctl_table *table, int write,
ctl_table         171 drivers/parport/procfs.c static int do_hardware_dma(struct ctl_table *table, int write,
ctl_table         199 drivers/parport/procfs.c static int do_hardware_modes(struct ctl_table *table, int write,
ctl_table         260 drivers/parport/procfs.c 	struct ctl_table vars[12];
ctl_table         261 drivers/parport/procfs.c 	struct ctl_table device_dir[2];
ctl_table         262 drivers/parport/procfs.c 	struct ctl_table port_dir[2];
ctl_table         263 drivers/parport/procfs.c 	struct ctl_table parport_dir[2];
ctl_table         264 drivers/parport/procfs.c 	struct ctl_table dev_dir[2];
ctl_table         374 drivers/parport/procfs.c 	struct ctl_table vars[2];
ctl_table         375 drivers/parport/procfs.c 	struct ctl_table device_dir[2];
ctl_table         376 drivers/parport/procfs.c 	struct ctl_table devices_root_dir[2];
ctl_table         377 drivers/parport/procfs.c 	struct ctl_table port_dir[2];
ctl_table         378 drivers/parport/procfs.c 	struct ctl_table parport_dir[2];
ctl_table         379 drivers/parport/procfs.c 	struct ctl_table dev_dir[2];
ctl_table         427 drivers/parport/procfs.c 	struct ctl_table vars[3];
ctl_table         428 drivers/parport/procfs.c 	struct ctl_table default_dir[2];
ctl_table         429 drivers/parport/procfs.c 	struct ctl_table parport_dir[2];
ctl_table         430 drivers/parport/procfs.c 	struct ctl_table dev_dir[2];
ctl_table          15 drivers/scsi/scsi_sysctl.c static struct ctl_table scsi_table[] = {
ctl_table          24 drivers/scsi/scsi_sysctl.c static struct ctl_table scsi_dir_table[] = {
ctl_table          31 drivers/scsi/scsi_sysctl.c static struct ctl_table scsi_root_table[] = {
ctl_table         858 drivers/tty/tty_ldisc.c static struct ctl_table tty_table[] = {
ctl_table         871 drivers/tty/tty_ldisc.c static struct ctl_table tty_dir_table[] = {
ctl_table         880 drivers/tty/tty_ldisc.c static struct ctl_table tty_root_table[] = {
ctl_table          80 drivers/xen/balloon.c static struct ctl_table balloon_table[] = {
ctl_table          93 drivers/xen/balloon.c static struct ctl_table balloon_root[] = {
ctl_table         102 drivers/xen/balloon.c static struct ctl_table xen_root[] = {
ctl_table          17 fs/coda/sysctl.c static struct ctl_table coda_table[] = {
ctl_table          42 fs/coda/sysctl.c static struct ctl_table fs_table[] = {
ctl_table         168 fs/dcache.c    int proc_nr_dentry(struct ctl_table *table, int write, void __user *buffer,
ctl_table          48 fs/devpts/inode.c static struct ctl_table pty_table[] = {
ctl_table          75 fs/devpts/inode.c static struct ctl_table pty_kern_table[] = {
ctl_table          84 fs/devpts/inode.c static struct ctl_table pty_root_table[] = {
ctl_table          49 fs/drop_caches.c int drop_caches_sysctl_handler(struct ctl_table *table, int write,
ctl_table         297 fs/eventpoll.c struct ctl_table epoll_table[] = {
ctl_table          82 fs/file_table.c int proc_nr_files(struct ctl_table *table, int write,
ctl_table          89 fs/file_table.c int proc_nr_files(struct ctl_table *table, int write,
ctl_table        2184 fs/fs-writeback.c int dirtytime_interval_handler(struct ctl_table *table, int write,
ctl_table          53 fs/fscache/main.c static int fscache_max_active_sysctl(struct ctl_table *table, int write,
ctl_table          67 fs/fscache/main.c static struct ctl_table fscache_sysctls[] = {
ctl_table          87 fs/fscache/main.c static struct ctl_table fscache_sysctls_root[] = {
ctl_table         109 fs/inode.c     int proc_nr_inodes(struct ctl_table *table, int write,
ctl_table         545 fs/lockd/svc.c static struct ctl_table nlm_sysctls[] = {
ctl_table         599 fs/lockd/svc.c static struct ctl_table nlm_sysctl_dir[] = {
ctl_table         608 fs/lockd/svc.c static struct ctl_table nlm_sysctl_root[] = {
ctl_table          20 fs/nfs/nfs4sysctl.c static struct ctl_table nfs4_cb_sysctls[] = {
ctl_table          40 fs/nfs/nfs4sysctl.c static struct ctl_table nfs4_cb_sysctl_dir[] = {
ctl_table          49 fs/nfs/nfs4sysctl.c static struct ctl_table nfs4_cb_sysctl_root[] = {
ctl_table          17 fs/nfs/sysctl.c static struct ctl_table nfs_cb_sysctls[] = {
ctl_table          35 fs/nfs/sysctl.c static struct ctl_table nfs_cb_sysctl_dir[] = {
ctl_table          44 fs/nfs/sysctl.c static struct ctl_table nfs_cb_sysctl_root[] = {
ctl_table          49 fs/notify/inotify/inotify_user.c struct ctl_table inotify_table[] = {
ctl_table          23 fs/ntfs/sysctl.c static struct ctl_table ntfs_sysctls[] = {
ctl_table          35 fs/ntfs/sysctl.c static struct ctl_table sysctls_root[] = {
ctl_table         661 fs/ocfs2/stackglue.c static struct ctl_table ocfs2_nm_table[] = {
ctl_table         672 fs/ocfs2/stackglue.c static struct ctl_table ocfs2_mod_table[] = {
ctl_table         683 fs/ocfs2/stackglue.c static struct ctl_table ocfs2_kern_table[] = {
ctl_table         694 fs/ocfs2/stackglue.c static struct ctl_table ocfs2_root_table[] = {
ctl_table          90 fs/proc/internal.h 	struct ctl_table *sysctl_entry;
ctl_table          31 fs/proc/proc_sysctl.c struct ctl_table sysctl_mount_point[] = {
ctl_table          37 fs/proc/proc_sysctl.c 	return head->ctl_table[0].child == sysctl_mount_point;
ctl_table          42 fs/proc/proc_sysctl.c 	dir->header.ctl_table[0].child = sysctl_mount_point;
ctl_table          48 fs/proc/proc_sysctl.c 	dir->header.ctl_table[0].child = NULL;
ctl_table          60 fs/proc/proc_sysctl.c static struct ctl_table root_table[] = {
ctl_table          71 fs/proc/proc_sysctl.c 		  .ctl_table = root_table }},
ctl_table          82 fs/proc/proc_sysctl.c 	struct ctl_table **pentry);
ctl_table          90 fs/proc/proc_sysctl.c 	pr_cont("%s/", dir->header.ctl_table[0].procname);
ctl_table         109 fs/proc/proc_sysctl.c static struct ctl_table *find_entry(struct ctl_table_header **phead,
ctl_table         113 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         124 fs/proc/proc_sysctl.c 		entry = &head->ctl_table[ctl_node - head->node];
ctl_table         140 fs/proc/proc_sysctl.c static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry)
ctl_table         142 fs/proc/proc_sysctl.c 	struct rb_node *node = &head->node[entry - head->ctl_table].node;
ctl_table         150 fs/proc/proc_sysctl.c 		struct ctl_table *parent_entry;
ctl_table         158 fs/proc/proc_sysctl.c 		parent_entry = &parent_head->ctl_table[parent_node - parent_head->node];
ctl_table         179 fs/proc/proc_sysctl.c static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry)
ctl_table         181 fs/proc/proc_sysctl.c 	struct rb_node *node = &head->node[entry - head->ctl_table].node;
ctl_table         188 fs/proc/proc_sysctl.c 	struct ctl_node *node, struct ctl_table *table)
ctl_table         190 fs/proc/proc_sysctl.c 	head->ctl_table = table;
ctl_table         202 fs/proc/proc_sysctl.c 		struct ctl_table *entry;
ctl_table         210 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         211 fs/proc/proc_sysctl.c 	for (entry = head->ctl_table; entry->procname; entry++)
ctl_table         217 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         225 fs/proc/proc_sysctl.c 	if (header->ctl_table == sysctl_mount_point) {
ctl_table         236 fs/proc/proc_sysctl.c 	for (entry = header->ctl_table; entry->procname; entry++) {
ctl_table         246 fs/proc/proc_sysctl.c 	if (header->ctl_table == sysctl_mount_point)
ctl_table         367 fs/proc/proc_sysctl.c static struct ctl_table *lookup_entry(struct ctl_table_header **phead,
ctl_table         372 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         397 fs/proc/proc_sysctl.c 	struct ctl_table_header **phead, struct ctl_table **pentry)
ctl_table         400 fs/proc/proc_sysctl.c 	struct ctl_table *entry = NULL;
ctl_table         408 fs/proc/proc_sysctl.c 		entry = &head->ctl_table[ctl_node - head->node];
ctl_table         414 fs/proc/proc_sysctl.c static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry)
ctl_table         417 fs/proc/proc_sysctl.c 	struct ctl_table *entry = *pentry;
ctl_table         418 fs/proc/proc_sysctl.c 	struct ctl_node *ctl_node = &head->node[entry - head->ctl_table];
ctl_table         428 fs/proc/proc_sysctl.c 		entry = &head->ctl_table[ctl_node - head->node];
ctl_table         450 fs/proc/proc_sysctl.c static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op)
ctl_table         464 fs/proc/proc_sysctl.c 		struct ctl_table_header *head, struct ctl_table *table)
ctl_table         537 fs/proc/proc_sysctl.c 	struct ctl_table *p;
ctl_table         580 fs/proc/proc_sysctl.c 	struct ctl_table *table = PROC_I(inode)->sysctl_entry;
ctl_table         642 fs/proc/proc_sysctl.c 	struct ctl_table *table = PROC_I(inode)->sysctl_entry;
ctl_table         660 fs/proc/proc_sysctl.c 	struct ctl_table *table = PROC_I(inode)->sysctl_entry;
ctl_table         691 fs/proc/proc_sysctl.c 				struct ctl_table *table)
ctl_table         740 fs/proc/proc_sysctl.c 				    struct ctl_table *table)
ctl_table         758 fs/proc/proc_sysctl.c static int scan(struct ctl_table_header *head, struct ctl_table *table,
ctl_table         782 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         814 fs/proc/proc_sysctl.c 	struct ctl_table *table;
ctl_table         857 fs/proc/proc_sysctl.c 	struct ctl_table *table = PROC_I(inode)->sysctl_entry;
ctl_table         954 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table         967 fs/proc/proc_sysctl.c 	struct ctl_table *table;
ctl_table         973 fs/proc/proc_sysctl.c 		      sizeof(struct ctl_table)*2 +  namelen + 1,
ctl_table         979 fs/proc/proc_sysctl.c 	table = (struct ctl_table *)(node + 1);
ctl_table        1061 fs/proc/proc_sysctl.c 	procname = dir->header.ctl_table[0].procname;
ctl_table        1066 fs/proc/proc_sysctl.c 	struct ctl_table **pentry)
ctl_table        1071 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table        1099 fs/proc/proc_sysctl.c static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...)
ctl_table        1115 fs/proc/proc_sysctl.c static int sysctl_check_table_array(const char *path, struct ctl_table *table)
ctl_table        1128 fs/proc/proc_sysctl.c static int sysctl_check_table(const char *path, struct ctl_table *table)
ctl_table        1162 fs/proc/proc_sysctl.c static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table *table,
ctl_table        1165 fs/proc/proc_sysctl.c 	struct ctl_table *link_table, *entry, *link;
ctl_table        1180 fs/proc/proc_sysctl.c 			sizeof(struct ctl_table)*(nr_entries + 1) +
ctl_table        1188 fs/proc/proc_sysctl.c 	link_table = (struct ctl_table *)(node + nr_entries);
ctl_table        1206 fs/proc/proc_sysctl.c 	struct ctl_table *table, struct ctl_table_root *link_root)
ctl_table        1209 fs/proc/proc_sysctl.c 	struct ctl_table *entry, *link;
ctl_table        1247 fs/proc/proc_sysctl.c 	if (get_links(core_parent, head->ctl_table, head->root))
ctl_table        1253 fs/proc/proc_sysctl.c 	links = new_links(core_parent, head->ctl_table, head->root);
ctl_table        1261 fs/proc/proc_sysctl.c 	if (get_links(core_parent, head->ctl_table, head->root)) {
ctl_table        1318 fs/proc/proc_sysctl.c 	const char *path, struct ctl_table *table)
ctl_table        1324 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table        1393 fs/proc/proc_sysctl.c struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table)
ctl_table        1413 fs/proc/proc_sysctl.c static int count_subheaders(struct ctl_table *table)
ctl_table        1417 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table        1434 fs/proc/proc_sysctl.c 	struct ctl_table *table)
ctl_table        1436 fs/proc/proc_sysctl.c 	struct ctl_table *ctl_table_arg = NULL;
ctl_table        1437 fs/proc/proc_sysctl.c 	struct ctl_table *entry, *files;
ctl_table        1452 fs/proc/proc_sysctl.c 		struct ctl_table *new;
ctl_table        1453 fs/proc/proc_sysctl.c 		files = kcalloc(nr_files + 1, sizeof(struct ctl_table),
ctl_table        1519 fs/proc/proc_sysctl.c 	const struct ctl_path *path, struct ctl_table *table)
ctl_table        1521 fs/proc/proc_sysctl.c 	struct ctl_table *ctl_table_arg = table;
ctl_table        1569 fs/proc/proc_sysctl.c 		struct ctl_table *table = subh->ctl_table_arg;
ctl_table        1589 fs/proc/proc_sysctl.c 						struct ctl_table *table)
ctl_table        1605 fs/proc/proc_sysctl.c struct ctl_table_header *register_sysctl_table(struct ctl_table *table)
ctl_table        1619 fs/proc/proc_sysctl.c 	struct ctl_table *entry;
ctl_table        1628 fs/proc/proc_sysctl.c 	for (entry = header->ctl_table; entry->procname; entry++) {
ctl_table        1630 fs/proc/proc_sysctl.c 		struct ctl_table *link;
ctl_table        1689 fs/proc/proc_sysctl.c 			struct ctl_table *table = subh->ctl_table_arg;
ctl_table        2862 fs/quota/dquot.c static int do_proc_dqstats(struct ctl_table *table, int write,
ctl_table        2878 fs/quota/dquot.c static struct ctl_table fs_dqstats_table[] = {
ctl_table        2947 fs/quota/dquot.c static struct ctl_table fs_table[] = {
ctl_table        2956 fs/quota/dquot.c static struct ctl_table sys_table[] = {
ctl_table         104 fs/verity/signature.c static struct ctl_table fsverity_sysctl_table[] = {
ctl_table          14 fs/xfs/xfs_sysctl.c 	struct ctl_table	*ctl,
ctl_table          34 fs/xfs/xfs_sysctl.c 	struct ctl_table	*ctl,
ctl_table          53 fs/xfs/xfs_sysctl.c static struct ctl_table xfs_table[] = {
ctl_table         197 fs/xfs/xfs_sysctl.c static struct ctl_table xfs_dir_table[] = {
ctl_table         206 fs/xfs/xfs_sysctl.c static struct ctl_table xfs_root_table[] = {
ctl_table          21 include/linux/bpf-cgroup.h struct ctl_table;
ctl_table         122 include/linux/bpf-cgroup.h 				   struct ctl_table *table, int write,
ctl_table          88 include/linux/compaction.h extern int sysctl_compaction_handler(struct ctl_table *table, int write,
ctl_table          38 include/linux/filter.h struct ctl_table;
ctl_table        1213 include/linux/filter.h 	struct ctl_table *table;
ctl_table        3506 include/linux/fs.h struct ctl_table;
ctl_table        3507 include/linux/fs.h int proc_nr_files(struct ctl_table *table, int write,
ctl_table        3509 include/linux/fs.h int proc_nr_dentry(struct ctl_table *table, int write,
ctl_table        3511 include/linux/fs.h int proc_nr_inodes(struct ctl_table *table, int write,
ctl_table          83 include/linux/ftrace.h ftrace_enable_sysctl(struct ctl_table *table, int write,
ctl_table         246 include/linux/ftrace.h int stack_trace_sysctl(struct ctl_table *table, int write,
ctl_table         896 include/linux/ftrace.h int tracepoint_printk_sysctl(struct ctl_table *table, int write,
ctl_table          14 include/linux/hugetlb.h struct ctl_table;
ctl_table          63 include/linux/hugetlb.h int hugetlb_sysctl_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
ctl_table          64 include/linux/hugetlb.h int hugetlb_overcommit_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
ctl_table          65 include/linux/hugetlb.h int hugetlb_treat_movable_handler(struct ctl_table *, int, void __user *, size_t *, loff_t *);
ctl_table          68 include/linux/hugetlb.h int hugetlb_mempolicy_sysctl_handler(struct ctl_table *, int,
ctl_table          13 include/linux/inotify.h extern struct ctl_table inotify_table[]; /* for sysctl */
ctl_table         470 include/linux/key.h extern struct ctl_table key_sysctls[];
ctl_table         314 include/linux/kprobes.h extern int proc_kprobes_optimization_handler(struct ctl_table *table,
ctl_table          41 include/linux/latencytop.h extern int sysctl_latencytop(struct ctl_table *table, int write,
ctl_table         208 include/linux/mm.h extern int overcommit_ratio_handler(struct ctl_table *, int, void __user *,
ctl_table         210 include/linux/mm.h extern int overcommit_kbytes_handler(struct ctl_table *, int, void __user *,
ctl_table        2750 include/linux/mm.h int drop_caches_sysctl_handler(struct ctl_table *, int,
ctl_table         941 include/linux/mmzone.h struct ctl_table;
ctl_table         942 include/linux/mmzone.h int min_free_kbytes_sysctl_handler(struct ctl_table *, int,
ctl_table         944 include/linux/mmzone.h int watermark_boost_factor_sysctl_handler(struct ctl_table *, int,
ctl_table         946 include/linux/mmzone.h int watermark_scale_factor_sysctl_handler(struct ctl_table *, int,
ctl_table         949 include/linux/mmzone.h int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *, int,
ctl_table         951 include/linux/mmzone.h int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *, int,
ctl_table         953 include/linux/mmzone.h int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *, int,
ctl_table         955 include/linux/mmzone.h int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *, int,
ctl_table         958 include/linux/mmzone.h extern int numa_zonelist_order_handler(struct ctl_table *, int,
ctl_table         204 include/linux/nmi.h struct ctl_table;
ctl_table         205 include/linux/nmi.h extern int proc_watchdog(struct ctl_table *, int ,
ctl_table         207 include/linux/nmi.h extern int proc_nmi_watchdog(struct ctl_table *, int ,
ctl_table         209 include/linux/nmi.h extern int proc_soft_watchdog(struct ctl_table *, int ,
ctl_table         211 include/linux/nmi.h extern int proc_watchdog_thresh(struct ctl_table *, int ,
ctl_table         213 include/linux/nmi.h extern int proc_watchdog_cpumask(struct ctl_table *, int,
ctl_table        1234 include/linux/perf_event.h extern int perf_proc_update_handler(struct ctl_table *table, int write,
ctl_table        1237 include/linux/perf_event.h extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
ctl_table        1241 include/linux/perf_event.h int perf_event_max_stack_handler(struct ctl_table *table, int write,
ctl_table          16 include/linux/poll.h extern struct ctl_table epoll_table[]; /* for sysctl */
ctl_table          83 include/linux/printk.h struct ctl_table;
ctl_table         192 include/linux/printk.h devkmsg_sysctl_set_loglvl(struct ctl_table *table, int write, void __user *buf,
ctl_table           7 include/linux/sched/sysctl.h struct ctl_table;
ctl_table          15 include/linux/sched/sysctl.h extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
ctl_table          45 include/linux/sched/sysctl.h int sched_proc_update_handler(struct ctl_table *table, int write,
ctl_table          75 include/linux/sched/sysctl.h extern int sched_rr_handler(struct ctl_table *table, int write,
ctl_table          79 include/linux/sched/sysctl.h extern int sched_rt_handler(struct ctl_table *table, int write,
ctl_table          84 include/linux/sched/sysctl.h extern int sysctl_sched_uclamp_handler(struct ctl_table *table, int write,
ctl_table          89 include/linux/sched/sysctl.h extern int sysctl_numa_balancing(struct ctl_table *table, int write,
ctl_table          93 include/linux/sched/sysctl.h extern int sysctl_schedstats(struct ctl_table *table, int write,
ctl_table          99 include/linux/sched/sysctl.h extern int sched_energy_aware_handler(struct ctl_table *table, int write,
ctl_table          71 include/linux/security.h struct ctl_table;
ctl_table         212 include/linux/security.h extern int mmap_min_addr_handler(struct ctl_table *table, int write,
ctl_table          27 include/linux/stackleak.h int stack_erasing_sysctl(struct ctl_table *table, int write,
ctl_table          34 include/linux/sysctl.h struct ctl_table;
ctl_table          47 include/linux/sysctl.h typedef int proc_handler (struct ctl_table *ctl, int write,
ctl_table          50 include/linux/sysctl.h extern int proc_dostring(struct ctl_table *, int,
ctl_table          52 include/linux/sysctl.h extern int proc_dointvec(struct ctl_table *, int,
ctl_table          54 include/linux/sysctl.h extern int proc_douintvec(struct ctl_table *, int,
ctl_table          56 include/linux/sysctl.h extern int proc_dointvec_minmax(struct ctl_table *, int,
ctl_table          58 include/linux/sysctl.h extern int proc_douintvec_minmax(struct ctl_table *table, int write,
ctl_table          61 include/linux/sysctl.h extern int proc_dointvec_jiffies(struct ctl_table *, int,
ctl_table          63 include/linux/sysctl.h extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int,
ctl_table          65 include/linux/sysctl.h extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
ctl_table          67 include/linux/sysctl.h extern int proc_doulongvec_minmax(struct ctl_table *, int,
ctl_table          69 include/linux/sysctl.h extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
ctl_table          71 include/linux/sysctl.h extern int proc_do_large_bitmap(struct ctl_table *, int,
ctl_table          73 include/linux/sysctl.h extern int proc_do_static_key(struct ctl_table *table, int write,
ctl_table         129 include/linux/sysctl.h 	struct ctl_table *child;	/* Deprecated */
ctl_table         147 include/linux/sysctl.h 			struct ctl_table *ctl_table;
ctl_table         155 include/linux/sysctl.h 	struct ctl_table *ctl_table_arg;
ctl_table         178 include/linux/sysctl.h 			      struct ctl_table *table,
ctl_table         180 include/linux/sysctl.h 	int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
ctl_table         199 include/linux/sysctl.h 	const char *path, struct ctl_table *table);
ctl_table         202 include/linux/sysctl.h 	const struct ctl_path *path, struct ctl_table *table);
ctl_table         203 include/linux/sysctl.h struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
ctl_table         204 include/linux/sysctl.h struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
ctl_table         206 include/linux/sysctl.h 						struct ctl_table *table);
ctl_table         212 include/linux/sysctl.h extern struct ctl_table sysctl_mount_point[];
ctl_table         215 include/linux/sysctl.h static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table)
ctl_table         221 include/linux/sysctl.h 			const struct ctl_path *path, struct ctl_table *table)
ctl_table         226 include/linux/sysctl.h static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table)
ctl_table         243 include/linux/sysctl.h int sysctl_max_threads(struct ctl_table *table, int write,
ctl_table         200 include/linux/timer.h struct ctl_table;
ctl_table         203 include/linux/timer.h int timer_migration_handler(struct ctl_table *table, int write,
ctl_table          59 include/linux/umh.h extern struct ctl_table usermodehelper_table[];
ctl_table          19 include/linux/vmstat.h extern int sysctl_vm_numa_stat_handler(struct ctl_table *table,
ctl_table         270 include/linux/vmstat.h struct ctl_table;
ctl_table         271 include/linux/vmstat.h int vmstat_refresh(struct ctl_table *, int write,
ctl_table         365 include/linux/writeback.h extern int dirty_background_ratio_handler(struct ctl_table *table, int write,
ctl_table         368 include/linux/writeback.h extern int dirty_background_bytes_handler(struct ctl_table *table, int write,
ctl_table         371 include/linux/writeback.h extern int dirty_ratio_handler(struct ctl_table *table, int write,
ctl_table         374 include/linux/writeback.h extern int dirty_bytes_handler(struct ctl_table *table, int write,
ctl_table         377 include/linux/writeback.h int dirtytime_interval_handler(struct ctl_table *table, int write,
ctl_table         380 include/linux/writeback.h struct ctl_table;
ctl_table         381 include/linux/writeback.h int dirty_writeback_centisecs_handler(struct ctl_table *, int,
ctl_table         228 include/net/ax25.h struct ctl_table;
ctl_table         901 include/net/ip_vs.h 	struct ctl_table	*sysctl_tbl;
ctl_table         937 include/net/ip_vs.h 	struct ctl_table	*lblc_ctl_table;
ctl_table         941 include/net/ip_vs.h 	struct ctl_table	*lblcr_ctl_table;
ctl_table        1152 include/net/ipv6.h struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
ctl_table        1153 include/net/ipv6.h struct ctl_table *ipv6_route_sysctl_init(struct net *net);
ctl_table          71 include/net/ndisc.h struct ctl_table;
ctl_table         495 include/net/ndisc.h int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write,
ctl_table         497 include/net/ndisc.h int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl,
ctl_table         394 include/net/neighbour.h int neigh_proc_dointvec(struct ctl_table *ctl, int write,
ctl_table         396 include/net/neighbour.h int neigh_proc_dointvec_jiffies(struct ctl_table *ctl, int write,
ctl_table         399 include/net/neighbour.h int neigh_proc_dointvec_ms_jiffies(struct ctl_table *ctl, int write,
ctl_table         406 include/net/net_namespace.h struct ctl_table;
ctl_table         412 include/net/net_namespace.h 					     struct ctl_table *table);
ctl_table         417 include/net/net_namespace.h 	const char *path, struct ctl_table *table)
ctl_table           8 include/net/netfilter/ipv6/nf_conntrack_ipv6.h extern struct ctl_table nf_ct_ipv6_sysctl_table[];
ctl_table          17 ipc/ipc_sysctl.c static void *get_ipc(struct ctl_table *table)
ctl_table          26 ipc/ipc_sysctl.c static int proc_ipc_dointvec(struct ctl_table *table, int write,
ctl_table          29 ipc/ipc_sysctl.c 	struct ctl_table ipc_table;
ctl_table          37 ipc/ipc_sysctl.c static int proc_ipc_dointvec_minmax(struct ctl_table *table, int write,
ctl_table          40 ipc/ipc_sysctl.c 	struct ctl_table ipc_table;
ctl_table          48 ipc/ipc_sysctl.c static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write,
ctl_table          61 ipc/ipc_sysctl.c static int proc_ipc_doulongvec_minmax(struct ctl_table *table, int write,
ctl_table          64 ipc/ipc_sysctl.c 	struct ctl_table ipc_table;
ctl_table          72 ipc/ipc_sysctl.c static int proc_ipc_auto_msgmni(struct ctl_table *table, int write,
ctl_table          75 ipc/ipc_sysctl.c 	struct ctl_table ipc_table;
ctl_table          87 ipc/ipc_sysctl.c static int proc_ipc_sem_dointvec(struct ctl_table *table, int write,
ctl_table         120 ipc/ipc_sysctl.c static struct ctl_table ipc_kern_table[] = {
ctl_table         228 ipc/ipc_sysctl.c static struct ctl_table ipc_root_table[] = {
ctl_table          13 ipc/mq_sysctl.c static void *get_mq(struct ctl_table *table)
ctl_table          21 ipc/mq_sysctl.c static int proc_mq_dointvec(struct ctl_table *table, int write,
ctl_table          24 ipc/mq_sysctl.c 	struct ctl_table mq_table;
ctl_table          31 ipc/mq_sysctl.c static int proc_mq_dointvec_minmax(struct ctl_table *table, int write,
ctl_table          34 ipc/mq_sysctl.c 	struct ctl_table mq_table;
ctl_table          52 ipc/mq_sysctl.c static struct ctl_table mq_sysctls[] = {
ctl_table          99 ipc/mq_sysctl.c static struct ctl_table mq_sysctl_dir[] = {
ctl_table         108 ipc/mq_sysctl.c static struct ctl_table mq_sysctl_root[] = {
ctl_table         885 kernel/bpf/cgroup.c 				   struct ctl_table *table, int write,
ctl_table        1156 kernel/bpf/cgroup.c 	ret = strscpy(*bufp, dir->header.ctl_table[0].procname, *lenp);
ctl_table         238 kernel/events/callchain.c int perf_event_max_stack_handler(struct ctl_table *table, int write,
ctl_table         243 kernel/events/callchain.c 	struct ctl_table new_table = *table;
ctl_table         441 kernel/events/core.c int perf_proc_update_handler(struct ctl_table *table, int write,
ctl_table         466 kernel/events/core.c int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
ctl_table        2954 kernel/fork.c  int sysctl_max_threads(struct ctl_table *table, int write,
ctl_table        2957 kernel/fork.c  	struct ctl_table t;
ctl_table         221 kernel/hung_task.c int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
ctl_table         894 kernel/kprobes.c int proc_kprobes_optimization_handler(struct ctl_table *table, int write,
ctl_table         272 kernel/latencytop.c int sysctl_latencytop(struct ctl_table *table, int write,
ctl_table         267 kernel/pid_namespace.c static int pid_ns_ctl_handler(struct ctl_table *table, int write,
ctl_table         271 kernel/pid_namespace.c 	struct ctl_table tmp = *table;
ctl_table         294 kernel/pid_namespace.c static struct ctl_table pid_ns_ctl_table[] = {
ctl_table         175 kernel/printk/printk.c int devkmsg_sysctl_set_loglvl(struct ctl_table *table, int write,
ctl_table        1113 kernel/sched/core.c int sysctl_sched_uclamp_handler(struct ctl_table *table, int write,
ctl_table        2733 kernel/sched/core.c int sysctl_numa_balancing(struct ctl_table *table, int write,
ctl_table        2736 kernel/sched/core.c 	struct ctl_table t;
ctl_table        2808 kernel/sched/core.c int sysctl_schedstats(struct ctl_table *table, int write,
ctl_table        2811 kernel/sched/core.c 	struct ctl_table t;
ctl_table         190 kernel/sched/debug.c static struct ctl_table sd_ctl_dir[] = {
ctl_table         198 kernel/sched/debug.c static struct ctl_table sd_ctl_root[] = {
ctl_table         207 kernel/sched/debug.c static struct ctl_table *sd_alloc_ctl_entry(int n)
ctl_table         209 kernel/sched/debug.c 	struct ctl_table *entry =
ctl_table         210 kernel/sched/debug.c 		kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL);
ctl_table         215 kernel/sched/debug.c static void sd_free_ctl_entry(struct ctl_table **tablep)
ctl_table         217 kernel/sched/debug.c 	struct ctl_table *entry;
ctl_table         237 kernel/sched/debug.c set_table_entry(struct ctl_table *entry,
ctl_table         248 kernel/sched/debug.c static struct ctl_table *
ctl_table         251 kernel/sched/debug.c 	struct ctl_table *table = sd_alloc_ctl_entry(9);
ctl_table         269 kernel/sched/debug.c static struct ctl_table *sd_alloc_ctl_cpu_table(int cpu)
ctl_table         271 kernel/sched/debug.c 	struct ctl_table *entry, *table;
ctl_table         299 kernel/sched/debug.c 	static struct ctl_table *cpu_entries;
ctl_table         300 kernel/sched/debug.c 	static struct ctl_table **cpu_idx;
ctl_table         315 kernel/sched/debug.c 		struct ctl_table *e = cpu_entries;
ctl_table         317 kernel/sched/debug.c 		cpu_idx = kcalloc(nr_cpu_ids, sizeof(struct ctl_table*), GFP_KERNEL);
ctl_table         340 kernel/sched/debug.c 		struct ctl_table *e = cpu_idx[i];
ctl_table         635 kernel/sched/fair.c int sched_proc_update_handler(struct ctl_table *table, int write,
ctl_table        2649 kernel/sched/rt.c int sched_rt_handler(struct ctl_table *table, int write,
ctl_table        2689 kernel/sched/rt.c int sched_rr_handler(struct ctl_table *table, int write,
ctl_table         211 kernel/sched/topology.c int sched_energy_aware_handler(struct ctl_table *table, int write,
ctl_table        1679 kernel/seccomp.c static int read_actions_logged(struct ctl_table *ro_table, void __user *buffer,
ctl_table        1683 kernel/seccomp.c 	struct ctl_table table;
ctl_table        1697 kernel/seccomp.c static int write_actions_logged(struct ctl_table *ro_table, void __user *buffer,
ctl_table        1701 kernel/seccomp.c 	struct ctl_table table;
ctl_table        1758 kernel/seccomp.c static int seccomp_actions_logged_handler(struct ctl_table *ro_table, int write,
ctl_table        1783 kernel/seccomp.c static struct ctl_table seccomp_sysctl_table[] = {
ctl_table          22 kernel/stackleak.c int stack_erasing_sysctl(struct ctl_table *table, int write,
ctl_table         211 kernel/sysctl.c static int proc_do_cad_pid(struct ctl_table *table, int write,
ctl_table         213 kernel/sysctl.c static int proc_taint(struct ctl_table *table, int write,
ctl_table         218 kernel/sysctl.c static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
ctl_table         222 kernel/sysctl.c static int proc_dointvec_minmax_coredump(struct ctl_table *table, int write,
ctl_table         225 kernel/sysctl.c static int proc_dostring_coredump(struct ctl_table *table, int write,
ctl_table         228 kernel/sysctl.c static int proc_dopipe_max_size(struct ctl_table *table, int write,
ctl_table         235 kernel/sysctl.c static int sysrq_sysctl_handler(struct ctl_table *table, int write,
ctl_table         253 kernel/sysctl.c static struct ctl_table kern_table[];
ctl_table         254 kernel/sysctl.c static struct ctl_table vm_table[];
ctl_table         255 kernel/sysctl.c static struct ctl_table fs_table[];
ctl_table         256 kernel/sysctl.c static struct ctl_table debug_table[];
ctl_table         257 kernel/sysctl.c static struct ctl_table dev_table[];
ctl_table         258 kernel/sysctl.c extern struct ctl_table random_table[];
ctl_table         260 kernel/sysctl.c extern struct ctl_table epoll_table[];
ctl_table         264 kernel/sysctl.c extern struct ctl_table firmware_config_table[];
ctl_table         274 kernel/sysctl.c static struct ctl_table sysctl_base_table[] = {
ctl_table         319 kernel/sysctl.c static struct ctl_table kern_table[] = {
ctl_table        1296 kernel/sysctl.c static struct ctl_table vm_table[] = {
ctl_table        1747 kernel/sysctl.c static struct ctl_table fs_table[] = {
ctl_table        1955 kernel/sysctl.c static struct ctl_table debug_table[] = {
ctl_table        1979 kernel/sysctl.c static struct ctl_table dev_table[] = {
ctl_table        2067 kernel/sysctl.c static void warn_sysctl_write(struct ctl_table *table)
ctl_table        2085 kernel/sysctl.c 					   struct ctl_table *table)
ctl_table        2118 kernel/sysctl.c int proc_dostring(struct ctl_table *table, int write,
ctl_table        2333 kernel/sysctl.c static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table,
ctl_table        2415 kernel/sysctl.c static int do_proc_dointvec(struct ctl_table *table, int write,
ctl_table        2426 kernel/sysctl.c 			       struct ctl_table *table,
ctl_table        2518 kernel/sysctl.c static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table,
ctl_table        2554 kernel/sysctl.c static int do_proc_douintvec(struct ctl_table *table, int write,
ctl_table        2578 kernel/sysctl.c int proc_dointvec(struct ctl_table *table, int write,
ctl_table        2597 kernel/sysctl.c int proc_douintvec(struct ctl_table *table, int write,
ctl_table        2608 kernel/sysctl.c static int proc_taint(struct ctl_table *table, int write,
ctl_table        2611 kernel/sysctl.c 	struct ctl_table t;
ctl_table        2640 kernel/sysctl.c static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
ctl_table        2706 kernel/sysctl.c int proc_dointvec_minmax(struct ctl_table *table, int write,
ctl_table        2775 kernel/sysctl.c int proc_douintvec_minmax(struct ctl_table *table, int write,
ctl_table        2806 kernel/sysctl.c static int proc_dopipe_max_size(struct ctl_table *table, int write,
ctl_table        2827 kernel/sysctl.c static int proc_dointvec_minmax_coredump(struct ctl_table *table, int write,
ctl_table        2837 kernel/sysctl.c static int proc_dostring_coredump(struct ctl_table *table, int write,
ctl_table        2847 kernel/sysctl.c static int __do_proc_doulongvec_minmax(void *data, struct ctl_table *table, int write,
ctl_table        2931 kernel/sysctl.c static int do_proc_doulongvec_minmax(struct ctl_table *table, int write,
ctl_table        2957 kernel/sysctl.c int proc_doulongvec_minmax(struct ctl_table *table, int write,
ctl_table        2980 kernel/sysctl.c int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write,
ctl_table        3075 kernel/sysctl.c int proc_dointvec_jiffies(struct ctl_table *table, int write,
ctl_table        3097 kernel/sysctl.c int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write,
ctl_table        3120 kernel/sysctl.c int proc_dointvec_ms_jiffies(struct ctl_table *table, int write,
ctl_table        3127 kernel/sysctl.c static int proc_do_cad_pid(struct ctl_table *table, int write,
ctl_table        3166 kernel/sysctl.c int proc_do_large_bitmap(struct ctl_table *table, int write,
ctl_table        3316 kernel/sysctl.c int proc_dostring(struct ctl_table *table, int write,
ctl_table        3322 kernel/sysctl.c int proc_dointvec(struct ctl_table *table, int write,
ctl_table        3328 kernel/sysctl.c int proc_douintvec(struct ctl_table *table, int write,
ctl_table        3334 kernel/sysctl.c int proc_dointvec_minmax(struct ctl_table *table, int write,
ctl_table        3340 kernel/sysctl.c int proc_douintvec_minmax(struct ctl_table *table, int write,
ctl_table        3346 kernel/sysctl.c int proc_dointvec_jiffies(struct ctl_table *table, int write,
ctl_table        3352 kernel/sysctl.c int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write,
ctl_table        3358 kernel/sysctl.c int proc_dointvec_ms_jiffies(struct ctl_table *table, int write,
ctl_table        3364 kernel/sysctl.c int proc_doulongvec_minmax(struct ctl_table *table, int write,
ctl_table        3370 kernel/sysctl.c int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write,
ctl_table        3377 kernel/sysctl.c int proc_do_large_bitmap(struct ctl_table *table, int write,
ctl_table        3386 kernel/sysctl.c int proc_do_static_key(struct ctl_table *table, int write,
ctl_table        3393 kernel/sysctl.c 	struct ctl_table tmp = {
ctl_table         251 kernel/time/timer.c int timer_migration_handler(struct ctl_table *table, int write,
ctl_table        6766 kernel/trace/ftrace.c ftrace_enable_sysctl(struct ctl_table *table, int write,
ctl_table        2556 kernel/trace/trace.c int tracepoint_printk_sysctl(struct ctl_table *table, int write,
ctl_table         518 kernel/trace/trace_stack.c stack_trace_sysctl(struct ctl_table *table, int write,
ctl_table          35 kernel/ucount.c 				  struct ctl_table *table)
ctl_table          64 kernel/ucount.c static struct ctl_table user_table[] = {
ctl_table          83 kernel/ucount.c 	struct ctl_table *tbl;
ctl_table         105 kernel/ucount.c 	struct ctl_table *tbl;
ctl_table         226 kernel/ucount.c 	static struct ctl_table empty[1];
ctl_table         643 kernel/umh.c   static int proc_cap_handler(struct ctl_table *table, int write,
ctl_table         646 kernel/umh.c   	struct ctl_table t;
ctl_table         723 kernel/umh.c   struct ctl_table usermodehelper_table[] = {
ctl_table          17 kernel/utsname_sysctl.c static void *get_uts(struct ctl_table *table)
ctl_table          32 kernel/utsname_sysctl.c static int proc_do_uts_string(struct ctl_table *table, int write,
ctl_table          35 kernel/utsname_sysctl.c 	struct ctl_table uts_table;
ctl_table          75 kernel/utsname_sysctl.c static struct ctl_table uts_kern_table[] = {
ctl_table         116 kernel/utsname_sysctl.c static struct ctl_table uts_root_table[] = {
ctl_table         132 kernel/utsname_sysctl.c 	struct ctl_table *table = &uts_kern_table[proc];
ctl_table         682 kernel/watchdog.c static int proc_watchdog_common(int which, struct ctl_table *table, int write,
ctl_table         709 kernel/watchdog.c int proc_watchdog(struct ctl_table *table, int write,
ctl_table         719 kernel/watchdog.c int proc_nmi_watchdog(struct ctl_table *table, int write,
ctl_table         731 kernel/watchdog.c int proc_soft_watchdog(struct ctl_table *table, int write,
ctl_table         741 kernel/watchdog.c int proc_watchdog_thresh(struct ctl_table *table, int write,
ctl_table         764 kernel/watchdog.c int proc_watchdog_cpumask(struct ctl_table *table, int write,
ctl_table          70 lib/test_sysctl.c static struct ctl_table test_table[] = {
ctl_table         118 lib/test_sysctl.c static struct ctl_table test_sysctl_table[] = {
ctl_table         128 lib/test_sysctl.c static struct ctl_table test_sysctl_root_table[] = {
ctl_table        2457 mm/compaction.c int sysctl_compaction_handler(struct ctl_table *table, int write,
ctl_table        3086 mm/hugetlb.c   			 struct ctl_table *table, int write,
ctl_table        3109 mm/hugetlb.c   int hugetlb_sysctl_handler(struct ctl_table *table, int write,
ctl_table        3118 mm/hugetlb.c   int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write,
ctl_table        3126 mm/hugetlb.c   int hugetlb_overcommit_handler(struct ctl_table *table, int write,
ctl_table         514 mm/page-writeback.c int dirty_background_ratio_handler(struct ctl_table *table, int write,
ctl_table         526 mm/page-writeback.c int dirty_background_bytes_handler(struct ctl_table *table, int write,
ctl_table         538 mm/page-writeback.c int dirty_ratio_handler(struct ctl_table *table, int write,
ctl_table         553 mm/page-writeback.c int dirty_bytes_handler(struct ctl_table *table, int write,
ctl_table        1974 mm/page-writeback.c int dirty_writeback_centisecs_handler(struct ctl_table *table, int write,
ctl_table        5498 mm/page_alloc.c int numa_zonelist_order_handler(struct ctl_table *table, int write,
ctl_table        7882 mm/page_alloc.c int min_free_kbytes_sysctl_handler(struct ctl_table *table, int write,
ctl_table        7898 mm/page_alloc.c int watermark_boost_factor_sysctl_handler(struct ctl_table *table, int write,
ctl_table        7910 mm/page_alloc.c int watermark_scale_factor_sysctl_handler(struct ctl_table *table, int write,
ctl_table        7940 mm/page_alloc.c int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *table, int write,
ctl_table        7967 mm/page_alloc.c int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *table, int write,
ctl_table        7991 mm/page_alloc.c int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *table, int write,
ctl_table        8004 mm/page_alloc.c int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *table, int write,
ctl_table         728 mm/util.c      int overcommit_ratio_handler(struct ctl_table *table, int write,
ctl_table         740 mm/util.c      int overcommit_kbytes_handler(struct ctl_table *table, int write,
ctl_table          78 mm/vmstat.c    int sysctl_vm_numa_stat_handler(struct ctl_table *table, int write,
ctl_table        1758 mm/vmstat.c    int vmstat_refresh(struct ctl_table *table, int write,
ctl_table          14 net/appletalk/sysctl_net_atalk.c static struct ctl_table atalk_table[] = {
ctl_table          29 net/ax25/sysctl_net_ax25.c static const struct ctl_table ax25_param_table[] = {
ctl_table         152 net/ax25/sysctl_net_ax25.c 	struct ctl_table *table;
ctl_table         173 net/ax25/sysctl_net_ax25.c 	struct ctl_table *table;
ctl_table        1029 net/bridge/br_netfilter_hooks.c int brnf_sysctl_call_tables(struct ctl_table *ctl, int write,
ctl_table        1041 net/bridge/br_netfilter_hooks.c static struct ctl_table brnf_table[] = {
ctl_table        1093 net/bridge/br_netfilter_hooks.c 	struct ctl_table *table = brnf_table;
ctl_table        1126 net/bridge/br_netfilter_hooks.c 	struct ctl_table *table = brnet->ctl_hdr->ctl_table_arg;
ctl_table        3378 net/core/neighbour.c static int proc_unres_qlen(struct ctl_table *ctl, int write,
ctl_table        3382 net/core/neighbour.c 	struct ctl_table tmp = *ctl;
ctl_table        3425 net/core/neighbour.c static void neigh_proc_update(struct ctl_table *ctl, int write)
ctl_table        3442 net/core/neighbour.c static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write,
ctl_table        3446 net/core/neighbour.c 	struct ctl_table tmp = *ctl;
ctl_table        3457 net/core/neighbour.c int neigh_proc_dointvec(struct ctl_table *ctl, int write,
ctl_table        3467 net/core/neighbour.c int neigh_proc_dointvec_jiffies(struct ctl_table *ctl, int write,
ctl_table        3478 net/core/neighbour.c static int neigh_proc_dointvec_userhz_jiffies(struct ctl_table *ctl, int write,
ctl_table        3488 net/core/neighbour.c int neigh_proc_dointvec_ms_jiffies(struct ctl_table *ctl, int write,
ctl_table        3499 net/core/neighbour.c static int neigh_proc_dointvec_unres_qlen(struct ctl_table *ctl, int write,
ctl_table        3509 net/core/neighbour.c static int neigh_proc_base_reachable_time(struct ctl_table *ctl, int write,
ctl_table        3566 net/core/neighbour.c 	struct ctl_table neigh_vars[NEIGH_VAR_MAX + 1];
ctl_table          47 net/core/sysctl_net_core.c static int rps_sock_flow_sysctl(struct ctl_table *table, int write,
ctl_table          52 net/core/sysctl_net_core.c 	struct ctl_table tmp = {
ctl_table         117 net/core/sysctl_net_core.c static int flow_limit_cpu_sysctl(struct ctl_table *table, int write,
ctl_table         196 net/core/sysctl_net_core.c static int flow_limit_table_len_sysctl(struct ctl_table *table, int write,
ctl_table         219 net/core/sysctl_net_core.c static int set_default_qdisc(struct ctl_table *table, int write,
ctl_table         223 net/core/sysctl_net_core.c 	struct ctl_table tbl = {
ctl_table         238 net/core/sysctl_net_core.c static int proc_do_dev_weight(struct ctl_table *table, int write,
ctl_table         253 net/core/sysctl_net_core.c static int proc_do_rss_key(struct ctl_table *table, int write,
ctl_table         256 net/core/sysctl_net_core.c 	struct ctl_table fake_table;
ctl_table         266 net/core/sysctl_net_core.c static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write,
ctl_table         271 net/core/sysctl_net_core.c 	struct ctl_table tmp = *table;
ctl_table         293 net/core/sysctl_net_core.c proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write,
ctl_table         305 net/core/sysctl_net_core.c proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write,
ctl_table         316 net/core/sysctl_net_core.c static struct ctl_table net_core_table[] = {
ctl_table         583 net/core/sysctl_net_core.c static struct ctl_table netns_core_table[] = {
ctl_table         597 net/core/sysctl_net_core.c 	struct ctl_table *tbl;
ctl_table         628 net/core/sysctl_net_core.c 	struct ctl_table *tbl;
ctl_table          23 net/dccp/sysctl.c static struct ctl_table dccp_default_table[] = {
ctl_table         163 net/decnet/dn_dev.c static int dn_forwarding_proc(struct ctl_table *, int,
ctl_table         167 net/decnet/dn_dev.c 	struct ctl_table dn_dev_vars[5];
ctl_table         247 net/decnet/dn_dev.c static int dn_forwarding_proc(struct ctl_table *table, int write,
ctl_table         136 net/decnet/sysctl_net_decnet.c static int dn_node_address_handler(struct ctl_table *table, int write,
ctl_table         187 net/decnet/sysctl_net_decnet.c static int dn_def_dev_handler(struct ctl_table *table, int write,
ctl_table         250 net/decnet/sysctl_net_decnet.c static struct ctl_table dn_table[] = {
ctl_table         321 net/ieee802154/6lowpan/reassembly.c static struct ctl_table lowpan_frags_ns_ctl_table[] = {
ctl_table         345 net/ieee802154/6lowpan/reassembly.c static struct ctl_table lowpan_frags_ctl_table[] = {
ctl_table         358 net/ieee802154/6lowpan/reassembly.c 	struct ctl_table *table;
ctl_table         397 net/ieee802154/6lowpan/reassembly.c 	struct ctl_table *table;
ctl_table        2369 net/ipv4/devinet.c static int devinet_conf_proc(struct ctl_table *ctl, int write,
ctl_table        2422 net/ipv4/devinet.c static int devinet_sysctl_forward(struct ctl_table *ctl, int write,
ctl_table        2466 net/ipv4/devinet.c static int ipv4_doint_and_flush(struct ctl_table *ctl, int write,
ctl_table        2506 net/ipv4/devinet.c 	struct ctl_table devinet_vars[__IPV4_DEVCONF_MAX];
ctl_table        2630 net/ipv4/devinet.c static struct ctl_table ctl_forward_entry[] = {
ctl_table        2650 net/ipv4/devinet.c 	struct ctl_table *tbl;
ctl_table        2720 net/ipv4/devinet.c 	struct ctl_table *tbl;
ctl_table         548 net/ipv4/ip_fragment.c static struct ctl_table ip4_frags_ns_ctl_table[] = {
ctl_table         579 net/ipv4/ip_fragment.c static struct ctl_table ip4_frags_ctl_table[] = {
ctl_table         592 net/ipv4/ip_fragment.c 	struct ctl_table *table;
ctl_table         625 net/ipv4/ip_fragment.c 	struct ctl_table *table;
ctl_table        3226 net/ipv4/route.c static int ipv4_sysctl_rtcache_flush(struct ctl_table *__ctl, int write,
ctl_table        3241 net/ipv4/route.c static struct ctl_table ipv4_route_table[] = {
ctl_table        3355 net/ipv4/route.c static struct ctl_table ipv4_route_flush_table[] = {
ctl_table        3367 net/ipv4/route.c 	struct ctl_table *tbl;
ctl_table        3397 net/ipv4/route.c 	struct ctl_table *tbl;
ctl_table          73 net/ipv4/sysctl_net_ipv4.c static int ipv4_local_port_range(struct ctl_table *table, int write,
ctl_table          81 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tmp = {
ctl_table         109 net/ipv4/sysctl_net_ipv4.c static int ipv4_privileged_ports(struct ctl_table *table, int write,
ctl_table         117 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tmp = {
ctl_table         143 net/ipv4/sysctl_net_ipv4.c static void inet_get_ping_group_range_table(struct ctl_table *table, kgid_t *low, kgid_t *high)
ctl_table         158 net/ipv4/sysctl_net_ipv4.c static void set_ping_group_range(struct ctl_table *table, kgid_t low, kgid_t high)
ctl_table         170 net/ipv4/sysctl_net_ipv4.c static int ipv4_ping_group_range(struct ctl_table *table, int write,
ctl_table         178 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tmp = {
ctl_table         206 net/ipv4/sysctl_net_ipv4.c static int ipv4_fwd_update_priority(struct ctl_table *table, int write,
ctl_table         223 net/ipv4/sysctl_net_ipv4.c static int proc_tcp_congestion_control(struct ctl_table *ctl, int write,
ctl_table         229 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tbl = {
ctl_table         243 net/ipv4/sysctl_net_ipv4.c static int proc_tcp_available_congestion_control(struct ctl_table *ctl,
ctl_table         248 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, };
ctl_table         260 net/ipv4/sysctl_net_ipv4.c static int proc_allowed_congestion_control(struct ctl_table *ctl,
ctl_table         265 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX };
ctl_table         298 net/ipv4/sysctl_net_ipv4.c static int proc_tcp_fastopen_key(struct ctl_table *table, int write,
ctl_table         307 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tbl = { .maxlen = ((TCP_FASTOPEN_KEY_LENGTH *
ctl_table         397 net/ipv4/sysctl_net_ipv4.c static int proc_tcp_early_demux(struct ctl_table *table, int write,
ctl_table         413 net/ipv4/sysctl_net_ipv4.c static int proc_udp_early_demux(struct ctl_table *table, int write,
ctl_table         429 net/ipv4/sysctl_net_ipv4.c static int proc_tfo_blackhole_detect_timeout(struct ctl_table *table,
ctl_table         445 net/ipv4/sysctl_net_ipv4.c static int proc_tcp_available_ulp(struct ctl_table *ctl,
ctl_table         450 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table tbl = { .maxlen = TCP_ULP_BUF_MAX, };
ctl_table         464 net/ipv4/sysctl_net_ipv4.c static int proc_fib_multipath_hash_policy(struct ctl_table *table, int write,
ctl_table         480 net/ipv4/sysctl_net_ipv4.c static struct ctl_table ipv4_table[] = {
ctl_table         618 net/ipv4/sysctl_net_ipv4.c static struct ctl_table ipv4_net_table[] = {
ctl_table        1331 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table *table;
ctl_table        1367 net/ipv4/sysctl_net_ipv4.c 	struct ctl_table *table;
ctl_table         160 net/ipv4/xfrm4_policy.c static struct ctl_table xfrm4_policy_table[] = {
ctl_table         173 net/ipv4/xfrm4_policy.c 	struct ctl_table *table;
ctl_table         201 net/ipv4/xfrm4_policy.c 	struct ctl_table *table;
ctl_table         840 net/ipv6/addrconf.c static int addrconf_fixup_forwarding(struct ctl_table *table, int *p, int newf)
ctl_table         908 net/ipv6/addrconf.c static int addrconf_fixup_linkdown(struct ctl_table *table, int *p, int newf)
ctl_table        6058 net/ipv6/addrconf.c int addrconf_sysctl_forward(struct ctl_table *ctl, int write,
ctl_table        6064 net/ipv6/addrconf.c 	struct ctl_table lctl;
ctl_table        6084 net/ipv6/addrconf.c int addrconf_sysctl_mtu(struct ctl_table *ctl, int write,
ctl_table        6089 net/ipv6/addrconf.c 	struct ctl_table lctl;
ctl_table        6128 net/ipv6/addrconf.c static int addrconf_disable_ipv6(struct ctl_table *table, int *p, int newf)
ctl_table        6156 net/ipv6/addrconf.c int addrconf_sysctl_disable(struct ctl_table *ctl, int write,
ctl_table        6162 net/ipv6/addrconf.c 	struct ctl_table lctl;
ctl_table        6182 net/ipv6/addrconf.c int addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write,
ctl_table        6223 net/ipv6/addrconf.c static int addrconf_sysctl_addr_gen_mode(struct ctl_table *ctl, int write,
ctl_table        6231 net/ipv6/addrconf.c 	struct ctl_table tmp = {
ctl_table        6285 net/ipv6/addrconf.c static int addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write,
ctl_table        6292 net/ipv6/addrconf.c 	struct ctl_table lctl = *ctl;
ctl_table        6352 net/ipv6/addrconf.c int addrconf_sysctl_ignore_routes_with_linkdown(struct ctl_table *ctl,
ctl_table        6361 net/ipv6/addrconf.c 	struct ctl_table lctl;
ctl_table        6421 net/ipv6/addrconf.c int addrconf_disable_policy(struct ctl_table *ctl, int *valp, int val)
ctl_table        6455 net/ipv6/addrconf.c int addrconf_sysctl_disable_policy(struct ctl_table *ctl, int write,
ctl_table        6462 net/ipv6/addrconf.c 	struct ctl_table lctl;
ctl_table        6481 net/ipv6/addrconf.c static const struct ctl_table addrconf_sysctl[] = {
ctl_table        6866 net/ipv6/addrconf.c 	struct ctl_table *table;
ctl_table        6910 net/ipv6/addrconf.c 	struct ctl_table *table;
ctl_table        1120 net/ipv6/icmp.c static struct ctl_table ipv6_icmp_table_template[] = {
ctl_table        1159 net/ipv6/icmp.c struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net)
ctl_table        1161 net/ipv6/icmp.c 	struct ctl_table *table;
ctl_table        1822 net/ipv6/ndisc.c static void ndisc_warn_deprecated_sysctl(struct ctl_table *ctl,
ctl_table        1837 net/ipv6/ndisc.c int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
ctl_table          54 net/ipv6/netfilter/nf_conntrack_reasm.c static struct ctl_table nf_ct_frag6_sysctl_table[] = {
ctl_table          78 net/ipv6/netfilter/nf_conntrack_reasm.c 	struct ctl_table *table;
ctl_table         112 net/ipv6/netfilter/nf_conntrack_reasm.c 	struct ctl_table *table;
ctl_table         395 net/ipv6/reassembly.c static struct ctl_table ip6_frags_ns_ctl_table[] = {
ctl_table         419 net/ipv6/reassembly.c static struct ctl_table ip6_frags_ctl_table[] = {
ctl_table         432 net/ipv6/reassembly.c 	struct ctl_table *table;
ctl_table         464 net/ipv6/reassembly.c 	struct ctl_table *table;
ctl_table        6061 net/ipv6/route.c int ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write,
ctl_table        6080 net/ipv6/route.c static struct ctl_table ipv6_route_table_template[] = {
ctl_table        6163 net/ipv6/route.c struct ctl_table * __net_init ipv6_route_sysctl_init(struct net *net)
ctl_table        6165 net/ipv6/route.c 	struct ctl_table *table;
ctl_table          28 net/ipv6/sysctl_net_ipv6.c static int proc_rt6_multipath_hash_policy(struct ctl_table *table, int write,
ctl_table          44 net/ipv6/sysctl_net_ipv6.c static struct ctl_table ipv6_table_template[] = {
ctl_table         166 net/ipv6/sysctl_net_ipv6.c static struct ctl_table ipv6_rotable[] = {
ctl_table         203 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_table;
ctl_table         204 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_route_table;
ctl_table         205 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_icmp_table;
ctl_table         270 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_table;
ctl_table         271 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_route_table;
ctl_table         272 net/ipv6/sysctl_net_ipv6.c 	struct ctl_table *ipv6_icmp_table;
ctl_table         187 net/ipv6/xfrm6_policy.c static struct ctl_table xfrm6_policy_table[] = {
ctl_table         200 net/ipv6/xfrm6_policy.c 	struct ctl_table *table;
ctl_table         228 net/ipv6/xfrm6_policy.c 	struct ctl_table *table;
ctl_table          18 net/llc/sysctl_net_llc.c static struct ctl_table llc2_timeout_table[] = {
ctl_table          50 net/llc/sysctl_net_llc.c static struct ctl_table llc_station_table[] = {
ctl_table        1364 net/mpls/af_mpls.c static int mpls_conf_proc(struct ctl_table *ctl, int write,
ctl_table        1387 net/mpls/af_mpls.c static const struct ctl_table mpls_dev_table[] = {
ctl_table        1403 net/mpls/af_mpls.c 	struct ctl_table *table;
ctl_table        1438 net/mpls/af_mpls.c 	struct ctl_table *table;
ctl_table        2596 net/mpls/af_mpls.c static int mpls_platform_labels(struct ctl_table *table, int write,
ctl_table        2602 net/mpls/af_mpls.c 	struct ctl_table tmp = {
ctl_table        2622 net/mpls/af_mpls.c static const struct ctl_table mpls_table[] = {
ctl_table        2653 net/mpls/af_mpls.c 	struct ctl_table *table;
ctl_table        2684 net/mpls/af_mpls.c 	struct ctl_table *table;
ctl_table        1732 net/netfilter/ipvs/ip_vs_ctl.c proc_do_defense_mode(struct ctl_table *table, int write,
ctl_table        1740 net/netfilter/ipvs/ip_vs_ctl.c 	struct ctl_table tmp = {
ctl_table        1759 net/netfilter/ipvs/ip_vs_ctl.c proc_do_sync_threshold(struct ctl_table *table, int write,
ctl_table        1765 net/netfilter/ipvs/ip_vs_ctl.c 	struct ctl_table tmp = {
ctl_table        1784 net/netfilter/ipvs/ip_vs_ctl.c proc_do_sync_ports(struct ctl_table *table, int write,
ctl_table        1791 net/netfilter/ipvs/ip_vs_ctl.c 	struct ctl_table tmp = {
ctl_table        1813 net/netfilter/ipvs/ip_vs_ctl.c static struct ctl_table vs_vars[] = {
ctl_table        3984 net/netfilter/ipvs/ip_vs_ctl.c 	struct ctl_table *tbl;
ctl_table         118 net/netfilter/ipvs/ip_vs_lblc.c static struct ctl_table vs_vars_table[] = {
ctl_table         289 net/netfilter/ipvs/ip_vs_lblcr.c static struct ctl_table vs_vars_table[] = {
ctl_table         519 net/netfilter/nf_conntrack_standalone.c nf_conntrack_hash_sysctl(struct ctl_table *table, int write,
ctl_table         602 net/netfilter/nf_conntrack_standalone.c static struct ctl_table nf_ct_sysctl_table[] = {
ctl_table         926 net/netfilter/nf_conntrack_standalone.c static struct ctl_table nf_ct_netfilter_table[] = {
ctl_table         938 net/netfilter/nf_conntrack_standalone.c 						    struct ctl_table *table)
ctl_table         967 net/netfilter/nf_conntrack_standalone.c 						     struct ctl_table *table)
ctl_table         990 net/netfilter/nf_conntrack_standalone.c 						     struct ctl_table *table)
ctl_table        1013 net/netfilter/nf_conntrack_standalone.c 						    struct ctl_table *table)
ctl_table        1026 net/netfilter/nf_conntrack_standalone.c 	struct ctl_table *table;
ctl_table        1086 net/netfilter/nf_conntrack_standalone.c 	struct ctl_table *table;
ctl_table         402 net/netfilter/nf_log.c static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1];
ctl_table         405 net/netfilter/nf_log.c static struct ctl_table nf_log_sysctl_ftable[] = {
ctl_table         416 net/netfilter/nf_log.c static int nf_log_proc_dostring(struct ctl_table *table, int write,
ctl_table         426 net/netfilter/nf_log.c 		struct ctl_table tmp = *table;
ctl_table         450 net/netfilter/nf_log.c 		struct ctl_table tmp = *table;
ctl_table         469 net/netfilter/nf_log.c 	struct ctl_table *table;
ctl_table         520 net/netfilter/nf_log.c 	struct ctl_table *table;
ctl_table          34 net/netrom/sysctl_net_netrom.c static struct ctl_table nr_table[] = {
ctl_table          51 net/phonet/sysctl.c static int proc_local_port_range(struct ctl_table *table, int write,
ctl_table          57 net/phonet/sysctl.c 	struct ctl_table tmp = {
ctl_table          77 net/phonet/sysctl.c static struct ctl_table phonet_table[] = {
ctl_table          64 net/rds/ib_sysctl.c static struct ctl_table rds_ib_sysctl_table[] = {
ctl_table          52 net/rds/sysctl.c static struct ctl_table rds_sysctl_rds_table[] = {
ctl_table          64 net/rds/tcp.c  static int rds_tcp_skbuf_handler(struct ctl_table *ctl, int write,
ctl_table          71 net/rds/tcp.c  static struct ctl_table rds_tcp_sysctl_table[] = {
ctl_table         492 net/rds/tcp.c  	struct ctl_table *ctl_table;
ctl_table         540 net/rds/tcp.c  	struct ctl_table *tbl;
ctl_table         557 net/rds/tcp.c  		rtn->ctl_table = tbl;
ctl_table         635 net/rds/tcp.c  		kfree(rtn->ctl_table);
ctl_table         678 net/rds/tcp.c  static int rds_tcp_skbuf_handler(struct ctl_table *ctl, int write,
ctl_table          24 net/rose/sysctl_net_rose.c static struct ctl_table rose_table[] = {
ctl_table          27 net/rxrpc/sysctl.c static struct ctl_table rxrpc_sysctl_table[] = {
ctl_table          43 net/sctp/sysctl.c static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
ctl_table          46 net/sctp/sysctl.c static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
ctl_table          49 net/sctp/sysctl.c static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write,
ctl_table          52 net/sctp/sysctl.c static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
ctl_table          55 net/sctp/sysctl.c static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
ctl_table          59 net/sctp/sysctl.c static struct ctl_table sctp_table[] = {
ctl_table          85 net/sctp/sysctl.c static struct ctl_table sctp_net_table[] = {
ctl_table         325 net/sctp/sysctl.c static int proc_sctp_do_hmac_alg(struct ctl_table *ctl, int write,
ctl_table         330 net/sctp/sysctl.c 	struct ctl_table tbl;
ctl_table         336 net/sctp/sysctl.c 	memset(&tbl, 0, sizeof(struct ctl_table));
ctl_table         371 net/sctp/sysctl.c static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write,
ctl_table         378 net/sctp/sysctl.c 	struct ctl_table tbl;
ctl_table         381 net/sctp/sysctl.c 	memset(&tbl, 0, sizeof(struct ctl_table));
ctl_table         400 net/sctp/sysctl.c static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write,
ctl_table         407 net/sctp/sysctl.c 	struct ctl_table tbl;
ctl_table         410 net/sctp/sysctl.c 	memset(&tbl, 0, sizeof(struct ctl_table));
ctl_table         429 net/sctp/sysctl.c static int proc_sctp_do_alpha_beta(struct ctl_table *ctl, int write,
ctl_table         440 net/sctp/sysctl.c static int proc_sctp_do_auth(struct ctl_table *ctl, int write,
ctl_table         445 net/sctp/sysctl.c 	struct ctl_table tbl;
ctl_table         448 net/sctp/sysctl.c 	memset(&tbl, 0, sizeof(struct ctl_table));
ctl_table         472 net/sctp/sysctl.c 	struct ctl_table *table;
ctl_table         492 net/sctp/sysctl.c 	struct ctl_table *table;
ctl_table          44 net/sunrpc/sysctl.c static struct ctl_table sunrpc_table[];
ctl_table          62 net/sunrpc/sysctl.c static int proc_do_xprt(struct ctl_table *table, int write,
ctl_table          77 net/sunrpc/sysctl.c proc_dodebug(struct ctl_table *table, int write,
ctl_table         140 net/sunrpc/sysctl.c static struct ctl_table debug_table[] = {
ctl_table         178 net/sunrpc/sysctl.c static struct ctl_table sunrpc_table[] = {
ctl_table          82 net/sunrpc/xprtrdma/svc_rdma.c static int read_reset_stat(struct ctl_table *table, int write,
ctl_table         115 net/sunrpc/xprtrdma/svc_rdma.c static struct ctl_table svcrdma_parm_table[] = {
ctl_table         210 net/sunrpc/xprtrdma/svc_rdma.c static struct ctl_table svcrdma_table[] = {
ctl_table         219 net/sunrpc/xprtrdma/svc_rdma.c static struct ctl_table svcrdma_root_table[] = {
ctl_table          90 net/sunrpc/xprtrdma/transport.c static struct ctl_table xr_tunables_table[] = {
ctl_table         146 net/sunrpc/xprtrdma/transport.c static struct ctl_table sunrpc_table[] = {
ctl_table          97 net/sunrpc/xprtsock.c static struct ctl_table xs_tunables_table[] = {
ctl_table         153 net/sunrpc/xprtsock.c static struct ctl_table sunrpc_table[] = {
ctl_table          43 net/sysctl_net.c 			       struct ctl_table *table)
ctl_table          57 net/sysctl_net.c 				  struct ctl_table *table,
ctl_table          98 net/sysctl_net.c 	static struct ctl_table empty[1];
ctl_table         119 net/sysctl_net.c 	const char *path, struct ctl_table *table)
ctl_table          43 net/tipc/sysctl.c static struct ctl_table tipc_table[] = {
ctl_table          14 net/unix/sysctl_net_unix.c static struct ctl_table unix_table[] = {
ctl_table          27 net/unix/sysctl_net_unix.c 	struct ctl_table *table;
ctl_table          52 net/unix/sysctl_net_unix.c 	struct ctl_table *table;
ctl_table          21 net/x25/sysctl_net_x25.c static struct ctl_table x25_table[] = {
ctl_table          16 net/xfrm/xfrm_sysctl.c static struct ctl_table xfrm_table[] = {
ctl_table          46 net/xfrm/xfrm_sysctl.c 	struct ctl_table *table;
ctl_table          75 net/xfrm/xfrm_sysctl.c 	struct ctl_table *table;
ctl_table        1573 security/apparmor/lsm.c static int apparmor_dointvec(struct ctl_table *table, int write,
ctl_table        1589 security/apparmor/lsm.c static struct ctl_table apparmor_sysctl_table[] = {
ctl_table          12 security/keys/sysctl.c struct ctl_table key_sysctls[] = {
ctl_table          53 security/loadpin/loadpin.c static struct ctl_table loadpin_sysctl_table[] = {
ctl_table          32 security/min_addr.c int mmap_min_addr_handler(struct ctl_table *table, int write,
ctl_table         432 security/yama/yama_lsm.c static int yama_dointvec_minmax(struct ctl_table *table, int write,
ctl_table         435 security/yama/yama_lsm.c 	struct ctl_table table_copy;
ctl_table         456 security/yama/yama_lsm.c static struct ctl_table yama_sysctl_table[] = {