Searched refs:ctl_table (Results 1 – 22 of 22) sorted by relevance
| /arch/s390/appldata/ |
| A D | appldata_base.c | 208 struct ctl_table ctl_entry = { in appldata_timer_handler() 241 struct ctl_table ctl_entry = { in appldata_interval_handler() 273 struct ctl_table ctl_entry = { in appldata_generic_handler() 284 if (&tmp_ops->ctl_table[0] == ctl) { in appldata_generic_handler() 354 ops->ctl_table = kcalloc(1, sizeof(struct ctl_table), GFP_KERNEL); in appldata_register_ops() 355 if (!ops->ctl_table) in appldata_register_ops() 362 ops->ctl_table[0].procname = ops->name; in appldata_register_ops() 363 ops->ctl_table[0].mode = S_IRUGO | S_IWUSR; in appldata_register_ops() 365 ops->ctl_table[0].data = ops; in appldata_register_ops() 375 kfree(ops->ctl_table); in appldata_register_ops() [all …]
|
| A D | appldata.h | 31 struct ctl_table *ctl_table; member
|
| /arch/s390/mm/ |
| A D | cmm.c | 262 static int cmm_pages_handler(const struct ctl_table *ctl, int write, in cmm_pages_handler() 266 struct ctl_table ctl_entry = { in cmm_pages_handler() 281 static int cmm_timed_pages_handler(const struct ctl_table *ctl, int write, in cmm_timed_pages_handler() 286 struct ctl_table ctl_entry = { in cmm_timed_pages_handler() 301 static int cmm_timeout_handler(const struct ctl_table *ctl, int write, in cmm_timeout_handler() 335 static const struct ctl_table cmm_table[] = {
|
| A D | fault.c | 167 static const struct ctl_table s390_fault_sysctl_table[] = {
|
| /arch/sparc/kernel/ |
| A D | setup.c | 6 static const struct ctl_table sparc_sysctl_table[] = {
|
| /arch/arm/kernel/ |
| A D | isa.c | 19 static const struct ctl_table ctl_isa_vars[] = {
|
| /arch/x86/entry/vdso/ |
| A D | vdso32-setup.c | 58 static const struct ctl_table vdso_table[] = {
|
| /arch/s390/kernel/ |
| A D | hiperdispatch.c | 272 static int hiperdispatch_ctl_handler(const struct ctl_table *ctl, int write, in hiperdispatch_ctl_handler() 277 struct ctl_table ctl_entry = { in hiperdispatch_ctl_handler() 296 static const struct ctl_table hiperdispatch_ctl_table[] = {
|
| A D | topology.c | 621 static int topology_ctl_handler(const struct ctl_table *ctl, int write, in topology_ctl_handler() 627 struct ctl_table ctl_entry = { in topology_ctl_handler() 651 static int polarization_ctl_handler(const struct ctl_table *ctl, int write, in polarization_ctl_handler() 656 struct ctl_table ctl_entry = { in polarization_ctl_handler() 671 static const struct ctl_table topology_ctl_table[] = {
|
| A D | debug.c | 1116 static int s390dbf_procactive(const struct ctl_table *table, int write, in s390dbf_procactive() 1125 static const struct ctl_table s390dbf_table[] = {
|
| /arch/powerpc/kernel/ |
| A D | idle.c | 100 static const struct ctl_table powersave_nap_ctl_table[] = {
|
| /arch/sh/kernel/vsyscall/ |
| A D | vsyscall.c | 34 static const struct ctl_table vdso_table[] = {
|
| /arch/arm64/kernel/ |
| A D | armv8_deprecated.c | 56 struct ctl_table sysctl; 510 static int emulation_proc_handler(const struct ctl_table *table, int write, in emulation_proc_handler() 537 struct ctl_table *sysctl; in register_insn_emulation()
|
| A D | fpsimd.c | 539 static int vec_proc_do_default_vl(const struct ctl_table *table, int write, in vec_proc_do_default_vl() 546 struct ctl_table tmp_table = { in vec_proc_do_default_vl() 566 static const struct ctl_table sve_default_vl_table[] = { 589 static const struct ctl_table sme_default_vl_table[] = {
|
| A D | process.c | 906 static const struct ctl_table tagged_addr_sysctl_table[] = {
|
| /arch/csky/abiv1/ |
| A D | alignment.c | 303 static const struct ctl_table alignment_tbl[] = {
|
| /arch/riscv/kernel/ |
| A D | vector.c | 300 static const struct ctl_table riscv_v_default_vstate_table[] = {
|
| A D | process.c | 388 static const struct ctl_table tagged_addr_sysctl_table[] = {
|
| /arch/x86/kernel/cpu/ |
| A D | bus_lock.c | 53 static const struct ctl_table sld_sysctls[] = {
|
| /arch/s390/lib/ |
| A D | spinlock.c | 42 static const struct ctl_table s390_spin_sysctl_table[] = {
|
| /arch/powerpc/platforms/pseries/ |
| A D | mobility.c | 56 static const struct ctl_table nmi_wd_lpm_factor_ctl_table[] = {
|
| /arch/x86/kernel/ |
| A D | setup.c | 150 static const struct ctl_table x86_sysctl_table[] = {
|
Completed in 34 milliseconds