Chapter 2. The proc filesystem

Table of Contents

sysctl interface
proc filesystem interface

sysctl interface

proc_dostring — read a string sysctl
proc_dointvec — read a vector of integers
proc_douintvec — read a vector of unsigned 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
proc_dointvec_userhz_jiffies — read a vector of integers as 1/USER_HZ seconds
proc_dointvec_ms_jiffies — read a vector of integers as 1 milliseconds