Searched refs:ancestors (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/tools/perf/util/bpf_skel/ |
D | bperf_cgroup.bpf.c | 49 struct cgroup *ancestors[]; member 70 if (bpf_core_field_exists(cgrp_new->ancestors)) { in get_cgroup_v1_ancestor_id() 71 return BPF_CORE_READ(cgrp_new, ancestors[level], kn, id); in get_cgroup_v1_ancestor_id()
|
/Linux-v6.1/block/ |
D | blk-iocost.c | 546 struct ioc_gq *ancestors[]; member 1087 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights() 1088 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights() 1167 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight() 1168 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() 1209 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max() 1210 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max() 1272 if (!list_empty(&iocg->ancestors[i]->active_list)) in iocg_activate() 1626 if (!list_empty(&iocg->ancestors[lvl]->walk_list)) in iocg_build_inner_walk() 1632 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk() [all …]
|
/Linux-v6.1/include/linux/ |
D | cgroup.h | 591 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant() 610 return cgrp->ancestors[ancestor_level]; in cgroup_ancestor()
|
D | cgroup-defs.h | 511 struct cgroup *ancestors[]; member
|
/Linux-v6.1/Documentation/filesystems/nfs/ |
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. 199 filesystem is exported however, then nfsd must walk the ancestors of the
|
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 94 Shows the parent-state. 0 if none of the cgroup's ancestors is
|
D | memory.rst | 665 usage of e, is accounted to its ancestors up until the root (i.e, c and root). 666 If one of the ancestors goes over its limit, the reclaim algorithm reclaims
|
D | cpusets.rst | 137 cpuset (except direct ancestors and descendants) may contain
|
/Linux-v6.1/Documentation/filesystems/ |
D | directory-locking.rst | 47 * lock parents in "ancestors first" order.
|
D | sysfs.rst | 43 ancestors of object hierarchies; i.e. the subsystems the objects
|
/Linux-v6.1/Documentation/core-api/ |
D | rbtree.rst | 264 node and its ancestors, up to a given stop point (or NULL to update
|
/Linux-v6.1/Documentation/driver-api/ |
D | device_link.rst | 224 all its ancestors. That is achieved by traversing the ACPI namespace
|
/Linux-v6.1/kernel/cgroup/ |
D | cgroup.c | 2084 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root() 5577 cgrp = kzalloc(struct_size(cgrp, ancestors, (level + 1)), GFP_KERNEL); in cgroup_create() 5629 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create()
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | enumeration.rst | 524 ancestors provides a _DSD with a valid "compatible" property. Such device
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 338 ancestors, such as numactl. This means that if the task is invoked from a
|
/Linux-v6.1/Documentation/driver-api/pm/ |
D | devices.rst | 362 of its ancestors. The second flag, when set, informs the middle layer
|
/Linux-v6.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 643 as long as the usages of all its ancestors are under their 988 and doesn't need pass enablement via ancestors from root.
|
/Linux-v6.1/Documentation/power/ |
D | pci.rst | 1010 affects all of the ancestors of the device, so this flag should only be used if
|