Lines Matching full:sysctl

3  * sysctl.c: General linux system control interface
6 #include <linux/sysctl.h>
41 * enum sysctl_writes_mode - supported sysctl write modes
43 * @SYSCTL_WRITES_LEGACY: each write syscall must fully contain the sysctl value
44 * to be written, and multiple writes on the same sysctl file descriptor
45 * will rewrite the sysctl value, regardless of file position. No warning
49 * @SYSCTL_WRITES_STRICT: writes to numeric sysctl entries must always be at
57 * updating internal kernel (SYSCTL_USER_TO_KERN) sysctl values through the proc
149 * @table: the sysctl table
173 * proc_dostring - read a string sysctl
174 * @table: the sysctl table
175 * @dir: %TRUE if this is a write to the sysctl file
403 * @dir: %TRUE if this is a write to the sysctl file
404 * @tbl: the sysctl table
766 * @table: the sysctl table
767 * @dir: %TRUE if this is a write to the sysctl file
789 * @table: the sysctl table
790 * @dir: %TRUE if this is a write to the sysctl file
829 * @table: the sysctl table
830 * @dir: %TRUE if this is a write to the sysctl file
848 * @table: the sysctl table
849 * @dir: %TRUE if this is a write to the sysctl file
868 * @table: the sysctl table
869 * @dir: %TRUE if this is a write to the sysctl file
892 * @table: the sysctl table
893 * @dir: %TRUE if this is a write to the sysctl file
919 * @table: the sysctl table
920 * @dir: %TRUE if this is a write to the sysctl file
1052 * @table: the sysctl table
1053 * @dir: %TRUE if this is a write to the sysctl file
1074 * @table: the sysctl table
1075 * @dir: %TRUE if this is a write to the sysctl file
1098 * @table: the sysctl table
1099 * @dir: %TRUE if this is a write to the sysctl file