Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvtable-verify.h88 sbitmap descendants; /* Bitmap representing all this node's member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvtable-verify.h88 sbitmap descendants; /* Bitmap representing all this node's member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A 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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py879 for descendant in self.descendants:
1255 generator = self.descendants
1269 def descendants(self): member in Tag
1463 for child in tag.descendants:
1471 _use_candidate_generator = lambda tag: tag.descendants
1519 return self.descendants
H A Dtesting.py53 for e in element.descendants:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A 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
H A Dcpusets.rst137 cpuset (except direct ancestors and descendants) may contain
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c3518 int descendants = READ_ONCE(cgrp->max_descendants); in cgroup_max_descendants_show() local
3520 if (descendants == INT_MAX) in cgroup_max_descendants_show()
3523 seq_printf(seq, "%d\n", descendants); in cgroup_max_descendants_show()
3532 int descendants; in cgroup_max_descendants_write() local
3537 descendants = INT_MAX; in cgroup_max_descendants_write()
3539 ret = kstrtoint(buf, 0, &descendants); in cgroup_max_descendants_write()
3544 if (descendants < 0) in cgroup_max_descendants_write()
3551 cgrp->max_descendants = descendants; in cgroup_max_descendants_write()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ds390.rst8 IBM Z are mainframe computers, which are descendants of IBM System/360 from
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst349 threads in the cgroup and its descendants. All consumptions which
364 the cgroup and its descendants; otherwise, 1. poll and [id]notify
892 1 if the cgroup or its descendants contains any live
897 cgroup.max.descendants
901 If the actual number of descendants is equal or larger,
1101 and its descendants.
1191 all tasks belonging to the cgroup or to its descendants
1417 and its descendants.
1935 descendants.
2054 itself and all its descendants except those that are separate
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drbtree.rst295 (max_hi) value among all the nodes that are its descendants. This
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst244 N.B. All descendants (internal snapshots) of this snapshot require the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.def143 together the descendants. The TEMPLATE_PARM_DECL is the
/OK3568_Linux_fs/kernel/scripts/
H A Dspelling.txt407 decendants||descendants
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.def143 together the descendants. The TEMPLATE_PARM_DECL is the
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dacpi_object_usage.rst445 The _CCA value is inherited by all descendants of
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A 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,
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcoding-style.rst95 is to align descendants to a function open parenthesis.
/OK3568_Linux_fs/kernel/Documentation/power/
H A Druntime_pm.rst693 may be left in runtime suspend provided that all of its descendants are also
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1897 to obtain the descendants.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info814 function and its descendants per call, if this function is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info814 function and its descendants per call, if this function is
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css.map1 …-disabled;\n }\n}\n// These classes are used on elements with <label> descendants\n.radio,\n.chec…
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10652 damaged descendants.
99760 all the windows. This will be used to make sure all the descendants are
99768 descendants are present.
128472 the current window since we keep the grab across descendants.