|
Linux Kernel
3.7.1
|
#include <linux/stat.h>#include <linux/sysctl.h>#include "../fs/xfs/xfs_sysctl.h"#include <linux/sunrpc/debug.h>#include <linux/string.h>#include <net/ip_vs.h>#include <linux/syscalls.h>#include <linux/namei.h>#include <linux/mount.h>#include <linux/fs.h>#include <linux/nsproxy.h>#include <linux/pid_namespace.h>#include <linux/file.h>#include <linux/ctype.h>#include <linux/netdevice.h>#include <linux/kernel.h>#include <linux/slab.h>Go to the source code of this file.
Macros | |
| #define | WARN_ONCE_HASH_BITS 8 |
| #define | WARN_ONCE_HASH_SIZE (1<<WARN_ONCE_HASH_BITS) |
| #define | FNV32_OFFSET 2166136261U |
| #define | FNV32_PRIME 0x01000193 |
Functions | |
| SYSCALL_DEFINE1 (sysctl, struct __sysctl_args __user *, args) | |
| #define FNV32_OFFSET 2166136261U |
Definition at line 1401 of file sysctl_binary.c.
| #define FNV32_PRIME 0x01000193 |
Definition at line 1402 of file sysctl_binary.c.
| #define WARN_ONCE_HASH_BITS 8 |
Definition at line 1396 of file sysctl_binary.c.
| #define WARN_ONCE_HASH_SIZE (1<<WARN_ONCE_HASH_BITS) |
Definition at line 1397 of file sysctl_binary.c.
| SYSCALL_DEFINE1 | ( | sysctl | , |
| struct __sysctl_args __user * | , | ||
| args | |||
| ) |
Definition at line 1444 of file sysctl_binary.c.
1.8.2