Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sysctl.c File Reference
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/swap.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/bitmap.h>
#include <linux/signal.h>
#include <linux/printk.h>
#include <linux/proc_fs.h>
#include <linux/security.h>
#include <linux/ctype.h>
#include <linux/kmemcheck.h>
#include <linux/kmemleak.h>
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/kobject.h>
#include <linux/net.h>
#include <linux/sysrq.h>
#include <linux/highuid.h>
#include <linux/writeback.h>
#include <linux/ratelimit.h>
#include <linux/compaction.h>
#include <linux/hugetlb.h>
#include <linux/initrd.h>
#include <linux/key.h>
#include <linux/times.h>
#include <linux/limits.h>
#include <linux/dcache.h>
#include <linux/dnotify.h>
#include <linux/syscalls.h>
#include <linux/vmstat.h>
#include <linux/nfs_fs.h>
#include <linux/acpi.h>
#include <linux/reboot.h>
#include <linux/ftrace.h>
#include <linux/perf_event.h>
#include <linux/kprobes.h>
#include <linux/pipe_fs_i.h>
#include <linux/oom.h>
#include <linux/kmod.h>
#include <linux/capability.h>
#include <linux/binfmts.h>
#include <asm/uaccess.h>
#include <asm/processor.h>

Go to the source code of this file.

Functions

int proc_dostring (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_dointvec (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_dointvec_minmax (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_dointvec_jiffies (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_dointvec_userhz_jiffies (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_dointvec_ms_jiffies (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_doulongvec_minmax (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
int proc_doulongvec_ms_jiffies_minmax (struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
 
 EXPORT_SYMBOL (proc_dointvec)
 
 EXPORT_SYMBOL (proc_dointvec_jiffies)
 
 EXPORT_SYMBOL (proc_dointvec_minmax)
 
 EXPORT_SYMBOL (proc_dointvec_userhz_jiffies)
 
 EXPORT_SYMBOL (proc_dointvec_ms_jiffies)
 
 EXPORT_SYMBOL (proc_dostring)
 
 EXPORT_SYMBOL (proc_doulongvec_minmax)
 
 EXPORT_SYMBOL (proc_doulongvec_ms_jiffies_minmax)
 

Function Documentation

EXPORT_SYMBOL ( proc_dointvec  )
EXPORT_SYMBOL ( proc_dointvec_jiffies  )
EXPORT_SYMBOL ( proc_dointvec_minmax  )
EXPORT_SYMBOL ( proc_dointvec_userhz_jiffies  )
EXPORT_SYMBOL ( proc_dointvec_ms_jiffies  )
EXPORT_SYMBOL ( proc_dostring  )
EXPORT_SYMBOL ( proc_doulongvec_minmax  )
EXPORT_SYMBOL ( proc_doulongvec_ms_jiffies_minmax  )
int proc_dointvec ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2524 of file sysctl.c.

int proc_dointvec_jiffies ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2536 of file sysctl.c.

int proc_dointvec_minmax ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2530 of file sysctl.c.

int proc_dointvec_ms_jiffies ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2548 of file sysctl.c.

int proc_dointvec_userhz_jiffies ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2542 of file sysctl.c.

int proc_dostring ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2518 of file sysctl.c.

int proc_doulongvec_minmax ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2554 of file sysctl.c.

int proc_doulongvec_ms_jiffies_minmax ( struct ctl_table table,
int  write,
void __user buffer,
size_t lenp,
loff_t *  ppos 
)

Definition at line 2560 of file sysctl.c.