/kernel/ |
D | sysctl.c | 203 static int bpf_stats_handler(struct ctl_table *table, int write, in bpf_stats_handler() 238 static int bpf_unpriv_handler(struct ctl_table *table, int write, in bpf_unpriv_handler() 330 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 348 struct ctl_table *table) in proc_first_pos_non_zero_ignore() 381 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 593 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 666 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 677 struct ctl_table *table, in do_proc_douintvec_w() 764 static int __do_proc_douintvec(void *tbl_data, struct ctl_table *table, in __do_proc_douintvec() 800 static int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() [all …]
|
D | sysctl-test.c | 119 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local 153 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local 188 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local 219 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_negative() local 248 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_positive() local 278 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_negative() local 310 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_less_int_min() local 348 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
D | utsname_sysctl.c | 17 static void *get_uts(struct ctl_table *table) in get_uts() 32 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 132 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
|
D | watchdog.c | 653 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() 680 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() 690 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() 702 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() 712 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() 735 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask()
|
D | stackleak.c | 22 int stack_erasing_sysctl(struct ctl_table *table, int write, in stack_erasing_sysctl()
|
D | latencytop.c | 272 int sysctl_latencytop(struct ctl_table *table, int write, void *buffer, in sysctl_latencytop()
|
D | hung_task.c | 233 int proc_dohung_task_timeout_secs(struct ctl_table *table, int write, in proc_dohung_task_timeout_secs()
|
D | ucount.c | 35 struct ctl_table *table) in set_permissions()
|
D | umh.c | 486 static int proc_cap_handler(struct ctl_table *table, int write, in proc_cap_handler()
|
D | pid_namespace.c | 283 static int pid_ns_ctl_handler(struct ctl_table *table, int write, in pid_ns_ctl_handler()
|
D | seccomp.c | 2219 struct ctl_table table; in read_actions_logged() local 2237 struct ctl_table table; in write_actions_logged() local
|
D | fork.c | 3159 int sysctl_max_threads(struct ctl_table *table, int write, in sysctl_max_threads()
|
D | kprobes.c | 929 int proc_kprobes_optimization_handler(struct ctl_table *table, int write, in proc_kprobes_optimization_handler()
|
/kernel/sched/ |
D | debug.c | 248 static int sd_ctl_doflags(struct ctl_table *table, int write, in sd_ctl_doflags() 305 struct ctl_table *table = sd_alloc_ctl_entry(9); in sd_alloc_ctl_domain_table() local 325 struct ctl_table *entry, *table; in sd_alloc_ctl_cpu_table() local
|
D | pelt.c | 541 int sched_pelt_multiplier(struct ctl_table *table, int write, void *buffer, in sched_pelt_multiplier()
|
D | rt.c | 2845 int sched_rt_handler(struct ctl_table *table, int write, void *buffer, in sched_rt_handler() 2884 int sched_rr_handler(struct ctl_table *table, int write, void *buffer, in sched_rr_handler()
|
D | topology.c | 220 int sched_energy_aware_handler(struct ctl_table *table, int write, in sched_energy_aware_handler()
|
D | core.c | 1406 int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, in sysctl_sched_uclamp_handler() 3362 int sysctl_numa_balancing(struct ctl_table *table, int write, in sysctl_numa_balancing() 3437 int sysctl_schedstats(struct ctl_table *table, int write, void *buffer, in sysctl_schedstats()
|
/kernel/events/ |
D | callchain.c | 236 int perf_event_max_stack_handler(struct ctl_table *table, int write, in perf_event_max_stack_handler()
|
D | core.c | 446 int perf_proc_update_handler(struct ctl_table *table, int write, in perf_proc_update_handler() 470 int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write, in perf_cpu_time_max_percent_handler()
|
/kernel/power/ |
D | energy_model.c | 108 struct em_perf_state *table; in em_create_perf_table() local
|
/kernel/trace/ |
D | trace_stack.c | 518 stack_trace_sysctl(struct ctl_table *table, int write, void *buffer, in stack_trace_sysctl()
|
/kernel/bpf/ |
D | cgroup.c | 1280 struct ctl_table *table, int write, in __cgroup_bpf_run_filter_sysctl()
|
/kernel/time/ |
D | timer.c | 259 int timer_migration_handler(struct ctl_table *table, int write, in timer_migration_handler()
|
/kernel/printk/ |
D | printk.c | 180 int devkmsg_sysctl_set_loglvl(struct ctl_table *table, int write, in devkmsg_sysctl_set_loglvl()
|