Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/include/linux/
A Dsysctl.h34 struct ctl_table;
135 struct ctl_table { struct
140 struct ctl_table *child; /* Deprecated */ argument
157 struct ctl_table *ctl_table; member
165 struct ctl_table *ctl_table_arg;
188 struct ctl_table *table,
201 static struct ctl_table _name##_base_table[] = { \
223 const char *path, struct ctl_table *table);
226 const struct ctl_path *path, struct ctl_table *table);
230 struct ctl_table *table);
[all …]
A Dnmi.h206 struct ctl_table;
207 int proc_watchdog(struct ctl_table *, int, void *, size_t *, loff_t *);
208 int proc_nmi_watchdog(struct ctl_table *, int , void *, size_t *, loff_t *);
209 int proc_soft_watchdog(struct ctl_table *, int , void *, size_t *, loff_t *);
210 int proc_watchdog_thresh(struct ctl_table *, int , void *, size_t *, loff_t *);
211 int proc_watchdog_cpumask(struct ctl_table *, int, void *, size_t *, loff_t *);
/linux-6.3-rc2/arch/s390/appldata/
A Dappldata_base.c218 struct ctl_table ctl_entry = { in appldata_timer_handler()
251 struct ctl_table ctl_entry = { in appldata_interval_handler()
283 struct ctl_table ctl_entry = { in appldata_generic_handler()
294 if (&tmp_ops->ctl_table[2] == ctl) { in appldata_generic_handler()
364 ops->ctl_table = kcalloc(4, sizeof(struct ctl_table), GFP_KERNEL); in appldata_register_ops()
365 if (!ops->ctl_table) in appldata_register_ops()
373 ops->ctl_table[0].maxlen = 0; in appldata_register_ops()
375 ops->ctl_table[0].child = &ops->ctl_table[2]; in appldata_register_ops()
380 ops->ctl_table[2].data = ops; in appldata_register_ops()
390 kfree(ops->ctl_table); in appldata_register_ops()
[all …]
/linux-6.3-rc2/fs/proc/
A Dproc_sysctl.c98 struct ctl_table **pentry);
124 struct ctl_table *entry; in find_entry()
201 head->ctl_table = table; in init_header()
213 struct ctl_table *entry; in init_header()
224 struct ctl_table *entry; in erase_header()
232 struct ctl_table *entry; in insert_header()
354 struct ctl_table *entry; in lookup_entry()
519 struct ctl_table *p; in proc_sys_lookup()
776 struct ctl_table *entry; in proc_sys_readdir()
809 struct ctl_table *table; in proc_sys_permission()
[all …]
/linux-6.3-rc2/net/sctp/
A Dsysctl.c61 static struct ctl_table sctp_table[] = {
97 static struct ctl_table sctp_net_table[] = {
395 struct ctl_table tbl; in proc_sctp_do_hmac_alg()
401 memset(&tbl, 0, sizeof(struct ctl_table)); in proc_sctp_do_hmac_alg()
442 struct ctl_table tbl; in proc_sctp_do_rto_min()
470 struct ctl_table tbl; in proc_sctp_do_rto_max()
506 struct ctl_table tbl; in proc_sctp_do_auth()
537 struct ctl_table tbl; in proc_sctp_do_udp_port()
576 struct ctl_table tbl; in proc_sctp_do_probe_interval()
600 struct ctl_table *table; in sctp_sysctl_net_register()
[all …]
/linux-6.3-rc2/drivers/parport/
A Dprocfs.c261 struct ctl_table vars[12];
262 struct ctl_table device_dir[2];
263 struct ctl_table port_dir[2];
264 struct ctl_table parport_dir[2];
265 struct ctl_table dev_dir[2];
375 struct ctl_table vars[2];
376 struct ctl_table device_dir[2];
378 struct ctl_table port_dir[2];
380 struct ctl_table dev_dir[2];
428 struct ctl_table vars[3];
[all …]
/linux-6.3-rc2/kernel/
A Dsysctl.c227 struct ctl_table *table) in proc_first_pos_non_zero_ignore()
260 int proc_dostring(struct ctl_table *table, int write, in proc_dostring()
556 struct ctl_table *table, in do_proc_douintvec_w()
709 struct ctl_table tmp; in proc_dobool()
797 struct ctl_table t; in proc_taint()
989 struct ctl_table tmp; in proc_dou8vec_minmax()
1616 struct ctl_table tmp = { in proc_do_static_key()
1640 static struct ctl_table kern_table[] = {
2083 static struct ctl_table vm_table[] = {
2456 static struct ctl_table debug_table[] = {
[all …]
A Dutsname_sysctl.c18 static void *get_uts(struct ctl_table *table) in get_uts()
33 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string()
36 struct ctl_table uts_table; in proc_do_uts_string()
78 static struct ctl_table uts_kern_table[] = {
126 static struct ctl_table uts_root_table[] = {
142 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify()
A Dsysctl-test.c18 struct ctl_table null_data_table = { in sysctl_test_api_dointvec_null_tbl_data()
69 struct ctl_table data_maxlen_unset_table = { in sysctl_test_api_dointvec_table_maxlen_unset()
116 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero()
150 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set()
185 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive()
216 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_negative()
245 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_positive()
275 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_negative()
307 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_less_int_min()
345 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_greater_int_max()
A Dpid_sysctl.h14 static int pid_mfd_noexec_dointvec_minmax(struct ctl_table *table, in pid_mfd_noexec_dointvec_minmax()
18 struct ctl_table table_copy; in pid_mfd_noexec_dointvec_minmax()
37 static struct ctl_table pid_ns_ctl_table_vm[] = {
/linux-6.3-rc2/net/core/
A Dsysctl_net_core.c125 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl()
130 struct ctl_table tmp = { in rps_sock_flow_sysctl()
273 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc()
277 struct ctl_table tbl = { in set_default_qdisc()
310 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key()
313 struct ctl_table fake_table; in proc_do_rss_key()
330 struct ctl_table tmp = *table; in proc_dointvec_minmax_bpf_enable()
377 static struct ctl_table net_core_table[] = {
659 static struct ctl_table netns_core_table[] = {
703 struct ctl_table *tbl, *tmp; in sysctl_core_net_init()
[all …]
/linux-6.3-rc2/net/
A Dsysctl_net.c43 struct ctl_table *table) in net_ctl_permissions()
57 struct ctl_table *table, in net_ctl_set_ownership()
98 static struct ctl_table empty[1]; in net_sysctl_init()
125 struct ctl_table *table) in ensure_safe_net_sysctl()
127 struct ctl_table *ent; in ensure_safe_net_sysctl()
164 const char *path, struct ctl_table *table) in register_net_sysctl()
/linux-6.3-rc2/net/ipv6/
A Dsysctl_net_ipv6.c33 static int proc_rt6_multipath_hash_policy(struct ctl_table *table, int write, in proc_rt6_multipath_hash_policy()
49 proc_rt6_multipath_hash_fields(struct ctl_table *table, int write, void *buffer, in proc_rt6_multipath_hash_fields()
64 static struct ctl_table ipv6_table_template[] = {
219 static struct ctl_table ipv6_rotable[] = {
256 struct ctl_table *ipv6_table; in ipv6_sysctl_net_init()
257 struct ctl_table *ipv6_route_table; in ipv6_sysctl_net_init()
258 struct ctl_table *ipv6_icmp_table; in ipv6_sysctl_net_init()
310 struct ctl_table *ipv6_table; in ipv6_sysctl_net_exit()
311 struct ctl_table *ipv6_route_table; in ipv6_sysctl_net_exit()
312 struct ctl_table *ipv6_icmp_table; in ipv6_sysctl_net_exit()
/linux-6.3-rc2/net/sunrpc/
A Dsysctl.c44 static struct ctl_table sunrpc_table[];
62 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt()
84 proc_dodebug(struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug()
146 static struct ctl_table debug_table[] = {
184 static struct ctl_table sunrpc_table[] = {
/linux-6.3-rc2/net/ipv4/
A Dsysctl_net_ipv4.c73 struct ctl_table tmp = { in ipv4_local_port_range()
109 struct ctl_table tmp = { in ipv4_privileged_ports()
169 struct ctl_table tmp = { in ipv4_ping_group_range()
219 struct ctl_table tbl = { in proc_tcp_congestion_control()
253 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX }; in proc_allowed_congestion_control()
396 struct ctl_table tbl; in proc_tcp_ehash_entries()
419 struct ctl_table tbl; in proc_udp_hash_entries()
469 static struct ctl_table ipv4_table[] = {
583 static struct ctl_table ipv4_net_table[] = {
1475 struct ctl_table *table; in ipv4_sysctl_init_net()
[all …]
/linux-6.3-rc2/drivers/scsi/
A Dscsi_sysctl.c15 static struct ctl_table scsi_table[] = {
24 static struct ctl_table scsi_dir_table[] = {
31 static struct ctl_table scsi_root_table[] = {
/linux-6.3-rc2/fs/nfs/
A Dsysctl.c17 static struct ctl_table nfs_cb_sysctls[] = {
35 static struct ctl_table nfs_cb_sysctl_dir[] = {
44 static struct ctl_table nfs_cb_sysctl_root[] = {
A Dnfs4sysctl.c20 static struct ctl_table nfs4_cb_sysctls[] = {
40 static struct ctl_table nfs4_cb_sysctl_dir[] = {
49 static struct ctl_table nfs4_cb_sysctl_root[] = {
/linux-6.3-rc2/ipc/
A Dipc_sysctl.c19 static int proc_ipc_dointvec_minmax_orphans(struct ctl_table *table, int write, in proc_ipc_dointvec_minmax_orphans()
35 static int proc_ipc_auto_msgmni(struct ctl_table *table, int write, in proc_ipc_auto_msgmni()
38 struct ctl_table ipc_table; in proc_ipc_auto_msgmni()
50 static int proc_ipc_sem_dointvec(struct ctl_table *table, int write, in proc_ipc_sem_dointvec()
75 static struct ctl_table ipc_sysctls[] = {
193 static int ipc_permissions(struct ctl_table_header *head, struct ctl_table *table) in ipc_permissions()
216 struct ctl_table *tbl; in setup_ipc_sysctls()
275 struct ctl_table *tbl; in retire_ipc_sysctls()
/linux-6.3-rc2/arch/arm/kernel/
A Disa.c19 static struct ctl_table ctl_isa_vars[4] = {
43 static struct ctl_table ctl_isa[2] = {
51 static struct ctl_table ctl_bus[2] = {
/linux-6.3-rc2/fs/xfs/
A Dxfs_sysctl.c14 struct ctl_table *ctl, in xfs_stats_clear_proc_handler()
34 struct ctl_table *ctl, in xfs_panic_mask_proc_handler()
55 struct ctl_table *ctl, in xfs_deprecated_dointvec_minmax()
69 static struct ctl_table xfs_table[] = {
213 static struct ctl_table xfs_dir_table[] = {
222 static struct ctl_table xfs_root_table[] = {
/linux-6.3-rc2/net/unix/
A Dsysctl_net_unix.c14 static struct ctl_table unix_table[] = {
27 struct ctl_table *table; in unix_sysctl_register()
54 struct ctl_table *table; in unix_sysctl_unregister()
/linux-6.3-rc2/net/phonet/
A Dsysctl.c51 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range()
56 struct ctl_table tmp = { in proc_local_port_range()
76 static struct ctl_table phonet_table[] = {
/linux-6.3-rc2/arch/s390/mm/
A Dcmm.c246 static int cmm_pages_handler(struct ctl_table *ctl, int write, in cmm_pages_handler()
250 struct ctl_table ctl_entry = { in cmm_pages_handler()
265 static int cmm_timed_pages_handler(struct ctl_table *ctl, int write, in cmm_timed_pages_handler()
270 struct ctl_table ctl_entry = { in cmm_timed_pages_handler()
285 static int cmm_timeout_handler(struct ctl_table *ctl, int write, in cmm_timeout_handler()
319 static struct ctl_table cmm_table[] = {
338 static struct ctl_table cmm_dir_table[] = {
/linux-6.3-rc2/arch/x86/kernel/
A Ditmt.c41 static int sched_itmt_update_handler(struct ctl_table *table, int write, in sched_itmt_update_handler()
67 static struct ctl_table itmt_kern_table[] = {
80 static struct ctl_table itmt_root_table[] = {

Completed in 41 milliseconds

12345678