Home
last modified time | relevance | path

Searched refs:bpf_cgroup_from_id (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_task_under_cgroup.c10 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
36 cgrp = bpf_cgroup_from_id(cgid); in BPF_PROG()
H A Dcgrp_kfunc_success.c202 res = bpf_cgroup_from_id(parent_cgid); in BPF_PROG()
215 res = bpf_cgroup_from_id((u64)-1); in BPF_PROG()
H A Dcgrp_kfunc_common.h26 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2266 __bpf_kfunc struct cgroup *bpf_cgroup_from_id(u64 cgid) in bpf_cgroup_from_id() function
2555 BTF_ID_FLAGS(func, bpf_cgroup_from_id, KF_ACQUIRE | KF_RET_NULL)
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst614 bpf_cgroup_ancestor() and bpf_cgroup_from_id(), allowing callers to access
622 :identifiers: bpf_cgroup_from_id