Chapter 5. The proc filesystem

5.1. sysctl interface

Table of Contents
register_sysctl_table --  register a sysctl hierarchy
unregister_sysctl_table --  unregister a sysctl table hierarchy
proc_dostring --  read a string sysctl
proc_dointvec --  read a vector of integers
proc_dointvec_minmax --  read a vector of integers with min/max values
proc_doulongvec_minmax --  read a vector of long integers with min/max values
proc_doulongvec_ms_jiffies_minmax --  read a vector of millisecond values with min/max values
proc_dointvec_jiffies --  read a vector of integers as seconds