Searched refs:descendants (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/Documentation/admin-guide/LSM/ |
D | Yama.rst | 40 other process (and its descendants) are allowed to call ``PTRACE_ATTACH`` 61 this relationship is that of only its descendants when the above
|
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 71 belonging to the cgroup and its descendants become frozen. Note that 84 becomes THAWED, all its descendants which are freezing because of
|
D | cpusets.rst | 137 cpuset (except direct ancestors and descendants) may contain
|
/Linux-v6.6/Documentation/bpf/ |
D | s390.rst | 8 IBM Z are mainframe computers, which are descendants of IBM System/360 from
|
/Linux-v6.6/kernel/cgroup/ |
D | cgroup.c | 3530 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local 3532 if (descendants == INT_MAX) in cgroup_max_descendants_show() 3535 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show() 3544 int descendants; in cgroup_max_descendants_write() local 3549 descendants = INT_MAX; in cgroup_max_descendants_write() 3551 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write() 3556 if (descendants < 0) in cgroup_max_descendants_write() 3563 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | cgroup-v2.rst | 359 threads in the cgroup and its descendants. All consumptions which 374 the cgroup and its descendants; otherwise, 1. poll and [id]notify 904 1 if the cgroup or its descendants contains any live 909 cgroup.max.descendants 913 If the actual number of descendants is equal or larger, 990 accounting in a cgroup does not affect PSI accounting in descendants 1161 and its descendants. 1276 descendants since the creation of the cgroup. 1284 all tasks belonging to the cgroup or to its descendants 1565 and its descendants. [all …]
|
/Linux-v6.6/Documentation/driver-api/cxl/ |
D | memory-devices.rst | 185 its descendants. So "root" claims non-PCIe enumerable platform decode ranges and
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | power-management.rst | 619 runtime rules and require the attached child device and all descendants to be 691 Once all children and descendants have suspended the 695 the stats of descendants. Defaults to 1.
|
/Linux-v6.6/Documentation/core-api/ |
D | rbtree.rst | 295 (max_hi) value among all the nodes that are its descendants. This
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | thin-provisioning.rst | 244 N.B. All descendants (internal snapshots) of this snapshot require the
|
/Linux-v6.6/Documentation/userspace-api/ |
D | landlock.rst | 254 policy will stay enforced on all this thread's descendants. This allows
|
/Linux-v6.6/scripts/ |
D | spelling.txt | 443 decendants||descendants
|
/Linux-v6.6/Documentation/driver-api/pm/ |
D | devices.rst | 337 already), provided that all of the device's descendants are also left in 339 number and that happens for all of the descendants of the device too,
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | acpi_object_usage.rst | 516 The _CCA value is inherited by all descendants of
|
/Linux-v6.6/Documentation/process/ |
D | coding-style.rst | 112 is to align descendants to a function open parenthesis.
|
/Linux-v6.6/Documentation/power/ |
D | runtime_pm.rst | 707 may be left in runtime suspend provided that all of its descendants are also
|
/Linux-v6.6/Documentation/filesystems/ |
D | proc.rst | 1908 to obtain the descendants.
|