#include <linux/list.h>
#include <linux/rcupdate.h>
#include <linux/wait.h>
#include <linux/rbtree.h>
#include <uapi/linux/sysctl.h>
Go to the source code of this file.
|
int | proc_dostring (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_dointvec (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_dointvec_minmax (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_dointvec_jiffies (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_dointvec_userhz_jiffies (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_dointvec_ms_jiffies (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_doulongvec_minmax (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
int | proc_doulongvec_ms_jiffies_minmax (struct ctl_table *table, int, void __user *, size_t *, loff_t *) |
|
int | proc_do_large_bitmap (struct ctl_table *, int, void __user *, size_t *, loff_t *) |
|
#define __CTL_TABLE_POLL_INITIALIZER |
( |
|
name | ) |
|