| /linux/tools/perf/util/bpf_skel/ |
| H A D | bperf_cgroup.bpf.c | 47 struct cgroup *ancestors[]; member 68 if (bpf_core_field_exists(cgrp_new->ancestors)) { in get_cgroup_v1_ancestor_id() 69 return BPF_CORE_READ(cgrp_new, ancestors[level], kn, id); in get_cgroup_v1_ancestor_id()
|
| /linux/block/ |
| H A D | blk-iocost.c | 550 struct ioc_gq *ancestors[]; member 1119 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights() 1120 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights() 1199 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight() 1200 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() 1241 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max() 1242 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max() 1304 if (!list_empty(&iocg->ancestors[i]->active_list)) in iocg_activate() 1669 if (!list_empty(&iocg->ancestors[lvl]->walk_list)) in iocg_build_inner_walk() 1675 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 52 ancestors: KVec<usize>, field 154 .ancestors in validate_parent_fixup() 159 let sg_idx = self.ancestors[ancestors_i]; in validate_parent_fixup() 743 sg_state.ancestors.clear(); in translate_object() 744 sg_state.ancestors.push(sg_state_idx, GFP_KERNEL)?; in translate_object() 758 sg_state.ancestors.truncate(info.num_ancestors); in translate_object() 759 sg_state.ancestors.push(sg_state_idx, GFP_KERNEL)?; in translate_object() 806 sg_state.ancestors.truncate(info.num_ancestors); in translate_object() 1032 ancestors: KVec::new(), in copy_transaction_data()
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 57 * lock the parents in "ancestors first" order (exclusive). If neither is an 261 been ancestors of each other. Therefore the chain of ancestors starting 263 vice versa. On the other hand, the chain of ancestors of any node could 267 chains of ancestors of (ex-)parents of source and target. In particular, 273 ancestors of that parent. But as we have just shown, that chain must
|
| H A D | sysfs.rst | 43 ancestors of object hierarchies; i.e. the subsystems the objects
|
| H A D | propagate_umount.txt | 241 All other elements to remove will be ancestors of m, such that
|
| /linux/include/linux/ |
| H A D | cgroup.h | 542 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant() 561 return cgrp->ancestors[ancestor_level]; in cgroup_ancestor()
|
| H A D | cgroup-defs.h | 633 DECLARE_FLEX_ARRAY(struct cgroup *, ancestors);
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | exporting.rst | 36 all of the ancestors of that filesystem object are also in the dcache. 67 Note that such a dentry can acquire children, name, ancestors, etc. 164 filesystem is exported however, then nfsd must walk the ancestors of the
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 40 self or ancestors.
|
| H A D | freezer-subsystem.rst | 94 Shows the parent-state. 0 if none of the cgroup's ancestors is
|
| H A D | memory.rst | 693 usage of e, is accounted to its ancestors up until the root (i.e, c and root). 694 If one of the ancestors goes over its limit, the reclaim algorithm reclaims
|
| H A D | cpusets.rst | 137 cpuset (except direct ancestors and descendants) may contain
|
| /linux/Documentation/core-api/ |
| H A D | rbtree.rst | 264 node and its ancestors, up to a given stop point (or NULL to update
|
| /linux/Documentation/driver-api/ |
| H A D | device_link.rst | 224 all its ancestors. That is achieved by traversing the ACPI namespace
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 2198 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root() 5892 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create() 5930 tcgrp = cgrp->ancestors[i]; in cgroup_create()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | enumeration.rst | 567 ancestors provides a _DSD with a valid "compatible" property. Such device
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | hugetlbpage.rst | 346 ancestors, such as numactl. This means that if the task is invoked from a
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 707 as long as the usages of all its ancestors are under their 1075 and doesn't need pass enablement via ancestors from root. 1949 When the reclaim targets ancestors of A, the effective protection of B is 1951 ancestors between A and the target). 2636 partition. All the ancestors of a remote partition root except
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2655 ancestor = cgrp->ancestors[level]; in bpf_cgroup_ancestor()
|
| /linux/Documentation/driver-api/pm/ |
| H A D | devices.rst | 362 of its ancestors. The second flag, when set, informs the middle layer
|
| /linux/Documentation/power/ |
| H A D | pci.rst | 1009 affects all of the ancestors of the device, so this flag should only be used if
|