taglinefilesource code
proc_handler198include/linux/sysctl.hproc_handler *proc_handler;  /* Callback for text formatting */
proc_handler396kernel/sysctl.cif (!table->proc_handler &&
proc_handler414kernel/sysctl.cif (table->proc_handler) {
proc_handler466kernel/sysctl.cif (!table || !table->proc_handler)
proc_handler473kernel/sysctl.cerror = (*table->proc_handler) (table, write, file, buf, &res);