Lines Matching refs:proc_handler
538 if (!table->proc_handler) in proc_sys_call_handler()
543 error = table->proc_handler(table, write, buf, &res, ppos); in proc_sys_call_handler()
593 if (!table->proc_handler) in proc_sys_poll()
1034 if ((table->proc_handler == proc_dostring) || in sysctl_check_table()
1035 (table->proc_handler == proc_dointvec) || in sysctl_check_table()
1036 (table->proc_handler == proc_dointvec_minmax) || in sysctl_check_table()
1037 (table->proc_handler == proc_dointvec_jiffies) || in sysctl_check_table()
1038 (table->proc_handler == proc_dointvec_userhz_jiffies) || in sysctl_check_table()
1039 (table->proc_handler == proc_dointvec_ms_jiffies) || in sysctl_check_table()
1040 (table->proc_handler == proc_doulongvec_minmax) || in sysctl_check_table()
1041 (table->proc_handler == proc_doulongvec_ms_jiffies_minmax)) { in sysctl_check_table()
1047 if (!table->proc_handler) in sysctl_check_table()