Searched refs:ctl_table (Results 1 – 16 of 16) sorted by relevance
/arch/s390/appldata/ |
D | appldata_base.c | 53 static int appldata_timer_handler(ctl_table *ctl, int write, 55 static int appldata_interval_handler(ctl_table *ctl, int write, 60 static struct ctl_table appldata_table[] = { 74 static struct ctl_table appldata_dir_table[] = { 247 appldata_timer_handler(ctl_table *ctl, int write, in appldata_timer_handler() 289 appldata_interval_handler(ctl_table *ctl, int write, in appldata_interval_handler() 335 appldata_generic_handler(ctl_table *ctl, int write, in appldata_generic_handler() 347 if (&tmp_ops->ctl_table[2] == ctl) { in appldata_generic_handler() 435 ops->ctl_table = kzalloc(4 * sizeof(struct ctl_table), GFP_KERNEL); in appldata_register_ops() 436 if (!ops->ctl_table) in appldata_register_ops() [all …]
|
D | appldata.h | 32 struct ctl_table *ctl_table; member
|
/arch/arm/kernel/ |
D | isa.c | 23 static ctl_table ctl_isa_vars[4] = { 47 static ctl_table ctl_isa[2] = { 55 static ctl_table ctl_bus[2] = {
|
/arch/mips/lasat/ |
D | sysctl.c | 42 int proc_dolasatstring(ctl_table *table, int write, in proc_dolasatstring() 57 int proc_dolasatint(ctl_table *table, int write, in proc_dolasatint() 75 int proc_dolasatrtc(ctl_table *table, int write, in proc_dolasatrtc() 100 int proc_lasat_ip(ctl_table *table, int write, in proc_lasat_ip() 160 int proc_lasat_prid(ctl_table *table, int write, in proc_lasat_prid() 179 static ctl_table lasat_table[] = { 265 static ctl_table lasat_root_table[] = {
|
/arch/frv/kernel/ |
D | pm.c | 153 static int sysctl_pm_do_suspend(ctl_table *ctl, int write, in sysctl_pm_do_suspend() 201 static int cmode_procctl(ctl_table *ctl, int write, in cmode_procctl() 273 static int p0_procctl(ctl_table *ctl, int write, in p0_procctl() 286 static int cm_procctl(ctl_table *ctl, int write, in cm_procctl() 299 static struct ctl_table pm_table[] = 332 static struct ctl_table pm_dir_table[] =
|
D | sysctl.c | 49 static int procctl_frv_cachemode(ctl_table *table, int write, in procctl_frv_cachemode() 124 static int procctl_frv_pin_cxnr(ctl_table *table, int write, in procctl_frv_pin_cxnr() 177 static struct ctl_table frv_table[] = 202 static struct ctl_table frv_dir_table[] =
|
/arch/x86/include/asm/ |
D | nmi.h | 16 struct ctl_table; 17 extern int proc_nmi_enabled(struct ctl_table *, int ,
|
/arch/powerpc/kernel/ |
D | idle.c | 141 static ctl_table powersave_nap_ctl_table[]={ 151 static ctl_table powersave_nap_sysctl_root[] = {
|
/arch/tile/kernel/ |
D | proc.c | 116 static ctl_table unaligned_subtable[] = { 141 static ctl_table unaligned_table[] = {
|
/arch/arm/mach-bcmring/ |
D | arch.c | 78 static struct ctl_table bcmring_sysctl_warm_reboot[] = { 88 static struct ctl_table bcmring_sysctl_reboot[] = {
|
/arch/s390/mm/ |
D | cmm.c | 254 static struct ctl_table cmm_table[]; 256 static int cmm_pages_handler(ctl_table *ctl, int write, void __user *buffer, in cmm_pages_handler() 296 static int cmm_timeout_handler(ctl_table *ctl, int write, void __user *buffer, in cmm_timeout_handler() 332 static struct ctl_table cmm_table[] = { 351 static struct ctl_table cmm_dir_table[] = {
|
/arch/ia64/kernel/ |
D | crash.c | 240 static ctl_table kdump_ctl_table[] = { 258 static ctl_table sys_table[] = {
|
D | perfmon.c | 523 static ctl_table pfm_ctl_table[]={ 554 static ctl_table pfm_sysctl_dir[] = { 562 static ctl_table pfm_sysctl_root[] = {
|
/arch/x86/vdso/ |
D | vdso32-setup.c | 375 static ctl_table abi_table2[] = { 386 static ctl_table abi_root_table2[] = {
|
/arch/sh/kernel/ |
D | traps_64.c | 886 static ctl_table unaligned_table[] = { 910 static ctl_table unaligned_root[] = { 919 static ctl_table sh64_root[] = {
|
/arch/s390/kernel/ |
D | debug.c | 888 s390dbf_procactive(ctl_table *table, int write, in s390dbf_procactive() 898 static struct ctl_table s390dbf_table[] = { 916 static struct ctl_table s390dbf_dir_table[] = {
|