Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/admin-guide/LSM/
DYama.rst39 other process (and its descendants) are allowed to call ``PTRACE_ATTACH``
60 this relationship is that of only its descendants when the above
/Linux-v4.19/Documentation/cgroup-v1/
Dfreezer-subsystem.txt67 belonging to the cgroup and its descendants become frozen. Note that
80 becomes THAWED, all its descendants which are freezing because of
Dcpusets.txt134 cpuset (except direct ancestors and descendants) may contain
/Linux-v4.19/kernel/cgroup/
Dcgroup.c3286 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local
3288 if (descendants == INT_MAX) in cgroup_max_descendants_show()
3291 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show()
3300 int descendants; in cgroup_max_descendants_write() local
3305 descendants = INT_MAX; in cgroup_max_descendants_write()
3307 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write()
3312 if (descendants < 0) in cgroup_max_descendants_write()
3319 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst324 threads in the cgroup and its descendants. All consumptions which
339 the cgroup and its descendants; otherwise, 1. poll and [id]notify
863 1 if the cgroup or its descendants contains any live
866 cgroup.max.descendants
870 If the actual number of descendants is equal or larger,
1005 and its descendants.
1081 all tasks belonging to the cgroup or to its descendants
1244 and its descendants.
1580 descendants.
/Linux-v4.19/Documentation/driver-api/usb/
Dpower-management.rst615 runtime rules and require the attached child device and all descendants to be
687 Once all children and descendants have suspended the
691 the stats of descendants. Defaults to 1.
/Linux-v4.19/Documentation/
Drbtree.txt295 (max_hi) value among all the nodes that are its descendants. This
/Linux-v4.19/Documentation/device-mapper/
Dthin-provisioning.txt234 N.B. All descendants (internal snapshots) of this snapshot require the
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst339 already), provided that all of the device's descendants are also left in
341 number and that happens for all of the descendants of the device too,
/Linux-v4.19/Documentation/arm64/
Dacpi_object_usage.txt331 The _CCA value is inherited by all descendants of
/Linux-v4.19/Documentation/power/
Druntime_pm.txt677 may be left in runtime suspend provided that all of its descendants are also
/Linux-v4.19/Documentation/filesystems/
Dproc.txt1743 to obtain the descendants.