Home
last modified time | relevance | path

Searched full:sysctl (Results 1 – 25 of 104) sorted by relevance

12345

/Documentation/bpf/
Dprog_cgroup_sysctl.rst8 provides cgroup-bpf hook for sysctl.
11 process inside that cgroup tries to read from or write to sysctl knob in proc.
30 * ``write`` indicates whether sysctl value is being read (``0``) or written
33 * ``file_pos`` indicates file position sysctl is being accessed at, read
35 position in sysctl proc file ``read(2)`` will be reading from or ``write(2)``
37 whole sysctl value by ``bpf_sysctl_set_new_value()`` on ``write(2)`` even
39 value to the field can be used to access part of sysctl value starting from
40 specified ``file_pos``. Not all sysctl support access with ``file_pos !=
41 0``, e.g. writes to numeric sysctl entries must always be at file position
42 ``0``. See also ``kernel.sysctl_writes_strict`` sysctl.
[all …]
/Documentation/networking/
Dindex.rst64 ioam6-sysctl
67 ip-sysctl
70 ipvs-sysctl
76 mpls-sysctl
78 mptcp-sysctl
86 netfilter-sysctl
89 nf_conntrack-sysctl
109 seg6-sysctl
111 smc-sysctl
Dmptcp-sysctl.rst18 sysctl.
31 This is a per-namespace sysctl.
54 per-namespace sysctl.
65 sysctl.
73 per-namespace sysctl.
87 This is a per-namespace sysctl.
98 sysctl.
110 This is a per-namespace sysctl.
Dmptcp.rst63 Path managers are controlled by the ``net.mptcp.pm_type`` sysctl knob -- see
64 mptcp-sysctl.rst. There are two types: the in-kernel one (type ``0``) where the
84 Packet schedulers are controlled by the ``net.mptcp.scheduler`` sysctl knob --
85 see mptcp-sysctl.rst.
109 ``net.mptcp.enabled`` sysctl knob; see mptcp-sysctl.rst.
Ddctcp.rst13 sysctl -w net.ipv4.tcp_congestion_control=dctcp
14 sysctl -w net.ipv4.tcp_ecn_fallback=0 (optional)
/Documentation/admin-guide/sysctl/
Dabi.rst7 .. See scripts/check-sysctl-docs to keep this up to date:
8 .. scripts/check-sysctl-docs -vtable="abi" \
9 .. Documentation/admin-guide/sysctl/abi.rst \
14 For general info, see Documentation/admin-guide/sysctl/index.rst.
Dindex.rst10 for them sysctl files? If anybody really needs it, it's all in
17 Furthermore, the programmers who built sysctl have built it to
35 only the sysctl options used in this file, I'd like to hear of
49 Sysctl is a means of configuring certain aspects of the kernel
/Documentation/devicetree/bindings/mfd/
Dcanaan,k210-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/canaan,k210-sysctl.yaml#
20 - const: canaan,k210-sysctl
84 sysctl: syscon@50440000 {
85 compatible = "canaan,k210-sysctl",
104 regmap = <&sysctl>;
Dbrcm,bcm6358-gpio-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,bcm6358-gpio-sysctl.yaml#
24 - const: brcm,bcm6358-gpio-sysctl
67 compatible = "brcm,bcm6358-gpio-sysctl", "syscon", "simple-mfd";
Dbrcm,bcm6318-gpio-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,bcm6318-gpio-sysctl.yaml#
24 - const: brcm,bcm6318-gpio-sysctl
67 compatible = "brcm,bcm6318-gpio-sysctl", "syscon", "simple-mfd";
Dbrcm,bcm6328-gpio-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,bcm6328-gpio-sysctl.yaml#
24 - const: brcm,bcm6328-gpio-sysctl
67 compatible = "brcm,bcm6328-gpio-sysctl", "syscon", "simple-mfd";
Dbrcm,bcm63268-gpio-sysctl.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,bcm63268-gpio-sysctl.yaml#
24 - const: brcm,bcm63268-gpio-sysctl
67 compatible = "brcm,bcm63268-gpio-sysctl", "syscon", "simple-mfd";
/Documentation/userspace-api/
Dmfd_noexec.rst33 - Add a new pid namespace sysctl: vm.memfd_noexec to help applications in
54 Sysctl:
56 ``pid namespaced sysctl vm.memfd_noexec``
58 The new pid namespaced sysctl vm.memfd_noexec has 3 values:
71 The sysctl allows finer control of memfd_create for old software that
/Documentation/devicetree/bindings/phy/
Dmediatek,mt7628-usbphy.yaml25 ralink,sysctl:
43 - ralink,sysctl
68 ralink,sysctl = <&sysc>;
/Documentation/admin-guide/
Dlockup-watchdogs.rst13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
23 behavior is changed, which can be done through a sysctl,
29 timeout is set through the confusingly named "kernel.panic" sysctl),
43 (compile-time initialized to 10 and configurable through sysctl of the
81 may be adjusted via the kernel.watchdog_cpumask sysctl. For
/Documentation/networking/device_drivers/ethernet/chelsio/
Dcxgb.rst127 sysctl -w net.ipv4.tcp_timestamps=0
131 sysctl -w net.ipv4.tcp_sack=0
135 sysctl -w net.ipv4.tcp_max_syn_backlog=3000
139 sysctl -w net.core.rmem_max=1024000
143 sysctl -w net.core.wmem_max=1024000
151 sysctl -w net.core.rmem_default=524287
155 sysctl -w net.core.wmem_default=524287
159 sysctl -w net.core.optmem_max=524287
163 sysctl -w net.core.netdev_max_backlog=300000
167 sysctl -w net.ipv4.tcp_rmem="10000000 10000000 10000000"
[all …]
/Documentation/translations/zh_CN/admin-guide/mm/
Dindex.rst19 过 ``/proc`` 文件系统获得,并且可以使用 ``sysctl`` 进行查询和调整。这些API接
20 口被描述在Documentation/admin-guide/sysctl/vm.rst文件和 `man 5 proc`_ 中。
/Documentation/translations/zh_TW/admin-guide/mm/
Dindex.rst19 過 ``/proc`` 文件系統獲得,並且可以使用 ``sysctl`` 進行查詢和調整。這些API接
20 口被描述在Documentation/admin-guide/sysctl/vm.rst文件和 `man 5 proc`_ 中。
/Documentation/devicetree/bindings/watchdog/
Dmediatek,mt7621-wdt.yaml22 mediatek,sysctl:
39 mediatek,sysctl = <&sysc>;
/Documentation/admin-guide/mm/
Dindex.rst13 filesystem and can be queried and adjusted using ``sysctl``. These APIs
14 are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 proc`_.
/Documentation/admin-guide/LSM/
DLoadPin.rst18 block device backing the filesystem is not read-only, a sysctl is
21 sysctl allows for easy testing on systems with a mutable filesystem.)
/Documentation/filesystems/
Ddevpts.rst34 ``sysctl kernel.pty.reserve``.
36 In kernels older than 3.4 sysctl ``kernel.pty.max`` works as per-instance limit.
/Documentation/devicetree/bindings/pinctrl/
Dcanaan,k210-fpioa.yaml40 canaan,k210-sysctl-power:
153 - canaan,k210-sysctl-power
170 canaan,k210-sysctl-power = <&sysctl 108>;
/Documentation/arch/riscv/
Dvector.rst35 controlled via sysctl interface (see sysctl section below).
102 2. System runtime configuration (sysctl)
108 processes in form of sysctl knob:
/Documentation/arch/arm64/
Dlegacy_instructions.rst11 The emulation mode can be controlled by writing to sysctl nodes
13 behaviours and the corresponding values of the sysctl nodes -

12345