cgroup_get_from_fd  109 include/linux/cgroup.h struct cgroup *cgroup_get_from_fd(int fd);
cgroup_get_from_fd  736 kernel/bpf/arraymap.c 	return cgroup_get_from_fd(fd);
cgroup_get_from_fd  555 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->target_fd);
cgroup_get_from_fd  571 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->target_fd);
cgroup_get_from_fd  593 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->query.target_fd);
cgroup_get_from_fd 6311 kernel/cgroup/cgroup.c EXPORT_SYMBOL_GPL(cgroup_get_from_fd);