ancestor          571 drivers/base/power/qos.c 	struct device *ancestor = dev->parent;
ancestor          576 drivers/base/power/qos.c 		while (ancestor && !ancestor->power.ignore_children)
ancestor          577 drivers/base/power/qos.c 			ancestor = ancestor->parent;
ancestor          581 drivers/base/power/qos.c 		while (ancestor && !ancestor->power.set_latency_tolerance)
ancestor          582 drivers/base/power/qos.c 			ancestor = ancestor->parent;
ancestor          586 drivers/base/power/qos.c 		ancestor = NULL;
ancestor          588 drivers/base/power/qos.c 	if (ancestor)
ancestor          589 drivers/base/power/qos.c 		ret = dev_pm_qos_add_request(ancestor, req, type, value);
ancestor          709 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	struct amdgpu_bo *ancestor = bo;
ancestor          715 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	if (ancestor->parent) {
ancestor          717 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		while (ancestor->parent->parent) {
ancestor          719 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 			ancestor = ancestor->parent;
ancestor          735 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		pt = container_of(ancestor->vm_bo, struct amdgpu_vm_pt, base);
ancestor         2143 drivers/hv/vmbus_drv.c 	struct acpi_device *ancestor;
ancestor         2156 drivers/hv/vmbus_drv.c 	for (ancestor = device->parent; ancestor; ancestor = ancestor->parent) {
ancestor         2157 drivers/hv/vmbus_drv.c 		result = acpi_walk_resources(ancestor->handle, METHOD_NAME__CRS,
ancestor         3223 fs/btrfs/send.c 	u64 ancestor;
ancestor         3258 fs/btrfs/send.c 	ret = path_loop(sctx, name, pm->ino, pm->gen, &ancestor);
ancestor         3263 fs/btrfs/send.c 		ASSERT(ancestor > BTRFS_FIRST_FREE_OBJECTID);
ancestor         3264 fs/btrfs/send.c 		ret = add_pending_dir_move(sctx, pm->ino, pm->gen, ancestor,
ancestor          502 fs/overlayfs/export.c 	struct dentry *ancestor = ERR_PTR(-EIO);
ancestor          516 fs/overlayfs/export.c 		ancestor = ovl_lookup_real_inode(sb, next, layer);
ancestor          517 fs/overlayfs/export.c 		if (ancestor)
ancestor          521 fs/overlayfs/export.c 			ancestor = dget(sb->s_root);
ancestor          531 fs/overlayfs/export.c 			ancestor = ERR_PTR(-EXDEV);
ancestor          542 fs/overlayfs/export.c 	return ancestor;
ancestor          566 include/linux/cgroup.h 					struct cgroup *ancestor)
ancestor          568 include/linux/cgroup.h 	if (cgrp->root != ancestor->root || cgrp->level < ancestor->level)
ancestor          570 include/linux/cgroup.h 	return cgrp->ancestor_ids[ancestor->level] == ancestor->id;
ancestor          604 include/linux/cgroup.h 					       struct cgroup *ancestor)
ancestor          608 include/linux/cgroup.h 	return cgroup_is_descendant(cset->dfl_cgrp, ancestor);
ancestor          739 include/linux/cgroup.h 					       struct cgroup *ancestor)
ancestor          135 include/linux/user_namespace.h extern bool in_userns(const struct user_namespace *ancestor,
ancestor          168 include/linux/user_namespace.h static inline bool in_userns(const struct user_namespace *ancestor,
ancestor         1244 include/net/sock.h 					    struct cgroup *ancestor)
ancestor         1248 include/net/sock.h 				    ancestor);
ancestor          386 kernel/pid_namespace.c 	struct pid_namespace *ancestor, *new = to_pid_ns(ns);
ancestor          403 kernel/pid_namespace.c 	ancestor = new;
ancestor          404 kernel/pid_namespace.c 	while (ancestor->level > active->level)
ancestor          405 kernel/pid_namespace.c 		ancestor = ancestor->parent;
ancestor          406 kernel/pid_namespace.c 	if (ancestor != active)
ancestor         1220 kernel/user_namespace.c bool in_userns(const struct user_namespace *ancestor,
ancestor         1224 kernel/user_namespace.c 	for (ns = child; ns->level > ancestor->level; ns = ns->parent)
ancestor         1226 kernel/user_namespace.c 	return (ns == ancestor);
ancestor          160 mm/vmpressure.c 			     bool ancestor, bool signalled)
ancestor          167 mm/vmpressure.c 		if (ancestor && ev->mode == VMPRESSURE_LOCAL)
ancestor          187 mm/vmpressure.c 	bool ancestor = false;
ancestor          213 mm/vmpressure.c 		if (vmpressure_event(vmpr, level, ancestor, signalled))
ancestor          215 mm/vmpressure.c 		ancestor = true;
ancestor         4108 net/core/filter.c 	struct cgroup *ancestor;
ancestor         4115 net/core/filter.c 	ancestor = cgroup_ancestor(cgrp, ancestor_level);
ancestor         4116 net/core/filter.c 	if (!ancestor)
ancestor         4119 net/core/filter.c 	return ancestor->kn->id.id;
ancestor          117 net/netfilter/xt_cgroup.c 	struct cgroup *ancestor = info->priv;
ancestor          123 net/netfilter/xt_cgroup.c 	if (ancestor)
ancestor          124 net/netfilter/xt_cgroup.c 		return cgroup_is_descendant(sock_cgroup_ptr(skcd), ancestor) ^
ancestor          135 net/netfilter/xt_cgroup.c 	struct cgroup *ancestor = info->priv;
ancestor          141 net/netfilter/xt_cgroup.c 	if (ancestor)
ancestor          142 net/netfilter/xt_cgroup.c 		return cgroup_is_descendant(sock_cgroup_ptr(skcd), ancestor) ^