/kernel/ |
D | sysctl.c | 204 static int sysrq_sysctl_handler(struct ctl_table *table, int write, in sysrq_sysctl_handler() 1991 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write() 2016 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() 2198 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() 2297 static int do_proc_dointvec(struct ctl_table *table, int write, in do_proc_dointvec() 2320 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec() 2339 int proc_douintvec(struct ctl_table *table, int write, in proc_douintvec() 2350 static int proc_taint(struct ctl_table *table, int write, in proc_taint() 2382 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write, in proc_dointvec_minmax_sysadmin() 2446 int proc_dointvec_minmax(struct ctl_table *table, int write, in proc_dointvec_minmax() [all …]
|
D | utsname_sysctl.c | 20 static void *get_uts(struct ctl_table *table) in get_uts() 35 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 135 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
|
D | watchdog.c | 968 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common() 1036 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog() 1046 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog() 1056 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog() 1066 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh() 1111 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask()
|
D | hung_task.c | 197 int proc_dohung_task_timeout_secs(struct ctl_table *table, int write, in proc_dohung_task_timeout_secs()
|
D | sysctl_binary.c | 1225 const struct bin_table *table = &bin_root_table[0]; in get_sysctl() local 1285 const struct bin_table *table = get_sysctl(name, nlen, tmp); in sysctl_getname() local 1299 const struct bin_table *table = NULL; in binary_sysctl() local
|
D | pid_namespace.c | 273 static int pid_ns_ctl_handler(struct ctl_table *table, int write, in pid_ns_ctl_handler()
|
D | kmod.c | 639 static int proc_cap_handler(struct ctl_table *table, int write, in proc_cap_handler()
|
D | fork.c | 2170 int sysctl_max_threads(struct ctl_table *table, int write, in sysctl_max_threads()
|
D | kprobes.c | 842 int proc_kprobes_optimization_handler(struct ctl_table *table, int write, in proc_kprobes_optimization_handler()
|
/kernel/trace/ |
D | trace_stack.c | 426 stack_trace_sysctl(struct ctl_table *table, int write, in stack_trace_sysctl()
|
D | ftrace.c | 4345 unsigned long *table = ftrace_graph_funcs; in set_ftrace_early_graph() local 4489 unsigned long *table; member 5617 ftrace_enable_sysctl(struct ctl_table *table, int write, in ftrace_enable_sysctl()
|
/kernel/sched/ |
D | core.c | 2251 int sysctl_numa_balancing(struct ctl_table *table, int write, in sysctl_numa_balancing() 5536 struct ctl_table *table = sd_alloc_ctl_entry(5); in sd_alloc_ctl_energy_table() local 5558 struct ctl_table *table = sd_alloc_ctl_entry(2); in sd_alloc_ctl_group_table() local 5573 struct ctl_table *table; in sd_alloc_ctl_domain_table() local 5639 struct ctl_table *entry, *table; in sd_alloc_ctl_cpu_table() local 8555 int sched_rt_handler(struct ctl_table *table, int write, in sched_rt_handler() 8595 int sched_rr_handler(struct ctl_table *table, int write, in sched_rr_handler()
|
D | tune.c | 769 sysctl_sched_cfs_boost_handler(struct ctl_table *table, int write, in sysctl_sched_cfs_boost_handler()
|
D | fair.c | 627 int sched_proc_update_handler(struct ctl_table *table, int write, in sched_proc_update_handler()
|
/kernel/time/ |
D | timer.c | 123 int timer_migration_handler(struct ctl_table *table, int write, in timer_migration_handler()
|
/kernel/events/ |
D | core.c | 215 int perf_proc_update_handler(struct ctl_table *table, int write, in perf_proc_update_handler() 233 int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write, in perf_cpu_time_max_percent_handler()
|