Lines Matching full:sysctl

3  * sysctl.c: General linux system control interface
12 * Made sysctl support optional via CONFIG_SYSCTL, 1/10/97, Chris
18 * The list_for_each() macro wasn't appropriate for the sysctl loop.
26 #include <linux/sysctl.h>
62 #include <linux/sched/sysctl.h>
106 * enum sysctl_writes_mode - supported sysctl write modes
108 * @SYSCTL_WRITES_LEGACY: each write syscall must fully contain the sysctl value
109 * to be written, and multiple writes on the same sysctl file descriptor
110 * will rewrite the sysctl value, regardless of file position. No warning
114 * @SYSCTL_WRITES_STRICT: writes to numeric sysctl entries must always be at
122 * updating sysctl values through the proc interface on each write.
219 * @table: the sysctl table
243 * proc_dostring - read a string sysctl
244 * @table: the sysctl table
245 * @write: %TRUE if this is a write to the sysctl file
691 * @table: the sysctl table
692 * @write: %TRUE if this is a write to the sysctl file
731 * @table: the sysctl table
732 * @write: %TRUE if this is a write to the sysctl file
750 * @table: the sysctl table
751 * @write: %TRUE if this is a write to the sysctl file
817 * minimum and maximum values for doing range checking for those sysctl
853 * @table: the sysctl table
854 * @write: %TRUE if this is a write to the sysctl file
884 * minimum and maximum values for doing range checking for those sysctl
919 * @table: the sysctl table
920 * @write: %TRUE if this is a write to the sysctl file
949 * @table: the sysctl table
950 * @write: %TRUE if this is a write to the sysctl file
1109 * @table: the sysctl table
1110 * @write: %TRUE if this is a write to the sysctl file
1131 * @table: the sysctl table
1132 * @write: %TRUE if this is a write to the sysctl file
1254 * @table: the sysctl table
1255 * @write: %TRUE if this is a write to the sysctl file
1287 * @table: the sysctl table
1288 * @write: %TRUE if this is a write to the sysctl file
1309 * @table: the sysctl table
1310 * @write: %TRUE if this is a write to the sysctl file
1354 * @table: the sysctl table
1355 * @write: %TRUE if this is a write to the sysctl file