Home
last modified time | relevance | path

Searched refs:ancestors (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/tools/perf/util/bpf_skel/
A Dbperf_cgroup.bpf.c49 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-6.3-rc2/block/
A Dblk-iocost.c550 struct ioc_gq *ancestors[]; member
1112 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()
1113 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()
1192 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()
1193 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()
1234 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max()
1235 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max()
1657 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk()
1669 &iocg->ancestors[iocg->level - 1]->stat; in iocg_flush_stat_upward()
1988 parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
[all …]
/linux-6.3-rc2/include/linux/
A Dcgroup.h519 return cgrp->ancestors[ancestor->level] == ancestor; in cgroup_is_descendant()
538 return cgrp->ancestors[ancestor_level]; in cgroup_ancestor()
A Dcgroup-defs.h515 struct cgroup *ancestors[]; member
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dexporting.rst36 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-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dfreezer-subsystem.rst94 Shows the parent-state. 0 if none of the cgroup's ancestors is
A Dmemory.rst675 usage of e, is accounted to its ancestors up until the root (i.e, c and root).
676 If one of the ancestors goes over its limit, the reclaim algorithm reclaims
A Dcpusets.rst137 cpuset (except direct ancestors and descendants) may contain
/linux-6.3-rc2/Documentation/filesystems/
A Ddirectory-locking.rst47 * lock parents in "ancestors first" order.
A Dsysfs.rst43 ancestors of object hierarchies; i.e. the subsystems the objects
/linux-6.3-rc2/Documentation/core-api/
A Drbtree.rst264 node and its ancestors, up to a given stop point (or NULL to update
/linux-6.3-rc2/Documentation/driver-api/
A Ddevice_link.rst224 all its ancestors. That is achieved by traversing the ACPI namespace
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c2090 root_cgrp->ancestors[0] = root_cgrp; in cgroup_setup_root()
5582 cgrp = kzalloc(struct_size(cgrp, ancestors, (level + 1)), GFP_KERNEL); in cgroup_create()
5634 cgrp->ancestors[tcgrp->level] = tcgrp; in cgroup_create()
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c2100 ancestor = cgrp->ancestors[level]; in bpf_cgroup_ancestor()
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Denumeration.rst524 ancestors provides a _DSD with a valid "compatible" property. Such device
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dhugetlbpage.rst336 ancestors, such as numactl. This means that if the task is invoked from a
/linux-6.3-rc2/Documentation/driver-api/pm/
A Ddevices.rst362 of its ancestors. The second flag, when set, informs the middle layer
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst646 as long as the usages of all its ancestors are under their
991 and doesn't need pass enablement via ancestors from root.
/linux-6.3-rc2/Documentation/power/
A Dpci.rst1010 affects all of the ancestors of the device, so this flag should only be used if

Completed in 43 milliseconds