Searched refs:bpf_cgroup_from_id (Results 1 – 11 of 11) sorted by relevance
12 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;34 struct cgroup *cgrp = bpf_cgroup_from_id(cg_id); in BPF_PROG()69 struct cgroup *cgrp = bpf_cgroup_from_id(cg_id); in BPF_PROG()92 struct cgroup *cgrp = bpf_cgroup_from_id(cg_id); in BPF_PROG()
10 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;36 cgrp = bpf_cgroup_from_id(cgid); in BPF_PROG()66 cgrp = bpf_cgroup_from_id(1); in BPF_PROG()
18 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;33 root_cgrp = bpf_cgroup_from_id(root_cg_id); in iter_css_for_each()38 leaf_cgrp = bpf_cgroup_from_id(leaf_cg_id); in iter_css_for_each()
14 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;33 cgrp = bpf_cgroup_from_id(cg_id); in BPF_PROG()89 struct cgroup *cgrp = bpf_cgroup_from_id(cgrp_id); in BPF_PROG()
202 res = bpf_cgroup_from_id(parent_cgid); in BPF_PROG()215 res = bpf_cgroup_from_id((u64)-1); in BPF_PROG()
26 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
74 cgrp = bpf_cgroup_from_id(0); in cgrp_kfunc_load_test()
650 cgrp = bpf_cgroup_from_id(cgid); in try_pick_next_cgroup()756 cgrp = bpf_cgroup_from_id(cpuc->cur_cgid); in BPF_STRUCT_OPS()
323 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
636 bpf_cgroup_ancestor() and bpf_cgroup_from_id(), allowing callers to access644 :identifiers: bpf_cgroup_from_id
2454 __bpf_kfunc struct cgroup *bpf_cgroup_from_id(u64 cgid) in bpf_cgroup_from_id() function3222 BTF_ID_FLAGS(func, bpf_cgroup_from_id, KF_ACQUIRE | KF_RET_NULL)