Home
last modified time | relevance | path

Searched refs:descendants (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/Documentation/admin-guide/LSM/
DYama.rst40 other process (and its descendants) are allowed to call ``PTRACE_ATTACH``
61 this relationship is that of only its descendants when the above
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst71 belonging to the cgroup and its descendants become frozen. Note that
84 becomes THAWED, all its descendants which are freezing because of
Dcpusets.rst137 cpuset (except direct ancestors and descendants) may contain
/Linux-v5.15/Documentation/bpf/
Ds390.rst8 IBM Z are mainframe computers, which are descendants of IBM System/360 from
/Linux-v5.15/kernel/cgroup/
Dcgroup.c3448 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local
3450 if (descendants == INT_MAX) in cgroup_max_descendants_show()
3453 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show()
3462 int descendants; in cgroup_max_descendants_write() local
3467 descendants = INT_MAX; in cgroup_max_descendants_write()
3469 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write()
3474 if (descendants < 0) in cgroup_max_descendants_write()
3481 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()
/Linux-v5.15/Documentation/admin-guide/
Dcgroup-v2.rst351 threads in the cgroup and its descendants. All consumptions which
366 the cgroup and its descendants; otherwise, 1. poll and [id]notify
893 1 if the cgroup or its descendants contains any live
898 cgroup.max.descendants
902 If the actual number of descendants is equal or larger,
1119 and its descendants.
1209 all tasks belonging to the cgroup or to its descendants
1450 and its descendants.
1968 descendants.
2100 itself and all its descendants except those that are separate
[all …]
/Linux-v5.15/Documentation/userspace-api/
Dlandlock.rst181 policy will stay enforced on all this thread's descendants. This allows
/Linux-v5.15/Documentation/driver-api/usb/
Dpower-management.rst619 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-v5.15/Documentation/core-api/
Drbtree.rst295 (max_hi) value among all the nodes that are its descendants. This
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dthin-provisioning.rst244 N.B. All descendants (internal snapshots) of this snapshot require the
/Linux-v5.15/scripts/
Dspelling.txt420 decendants||descendants
/Linux-v5.15/Documentation/arm64/
Dacpi_object_usage.rst445 The _CCA value is inherited by all descendants of
/Linux-v5.15/Documentation/driver-api/pm/
Ddevices.rst337 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-v5.15/Documentation/process/
Dcoding-style.rst112 is to align descendants to a function open parenthesis.
/Linux-v5.15/Documentation/power/
Druntime_pm.rst701 may be left in runtime suspend provided that all of its descendants are also
/Linux-v5.15/Documentation/filesystems/
Dproc.rst1911 to obtain the descendants.