Searched refs:ancestors (Results 1 – 10 of 10) sorted by relevance
| /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/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() 750 sg_state.ancestors.clear(); in translate_object() 751 sg_state.ancestors.push(sg_state_idx, GFP_KERNEL)?; in translate_object() 765 sg_state.ancestors.truncate(info.num_ancestors); in translate_object() 766 sg_state.ancestors.push(sg_state_idx, GFP_KERNEL)?; in translate_object() 813 sg_state.ancestors.truncate(info.num_ancestors); in translate_object() 1030 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
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 40 self or ancestors.
|
| H A D | cpusets.rst | 137 cpuset (except direct ancestors and descendants) may contain
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1083 struct scx_sched *ancestors[]; member
|
| H A D | ext.c | 246 return sch->ancestors[sch->level - 1]; in scx_parent() 315 return sch->ancestors[ancestor->level] == ancestor; in scx_is_descendant() 6506 sch = kzalloc_flex(*sch, ancestors, level + 1); in scx_alloc_and_add_sched() 6569 memcpy(sch->ancestors, parent->ancestors, in scx_alloc_and_add_sched() 6570 level * sizeof(parent->ancestors[0])); in scx_alloc_and_add_sched() 6571 sch->ancestors[level] = sch; in scx_alloc_and_add_sched()
|
| /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 | 2159 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root() 5863 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create() 5901 tcgrp = cgrp->ancestors[i]; in cgroup_create()
|
| /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. 1954 When the reclaim targets ancestors of A, the effective protection of B is 1956 ancestors between A and the target). 2641 partition. All the ancestors of a remote partition root except
|