Symbol: BPF_MAP_TYPE_CGRP_STORAGE
include/linux/bpf_types.h
93
BPF_MAP_TYPE(BPF_MAP_TYPE_CGRP_STORAGE, cgrp_storage_map_ops)
kernel/bpf/syscall.c
1295
map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
kernel/bpf/syscall.c
1323
map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
kernel/bpf/syscall.c
1478
case BPF_MAP_TYPE_CGRP_STORAGE:
kernel/bpf/verifier.c
10292
case BPF_MAP_TYPE_CGRP_STORAGE:
kernel/bpf/verifier.c
10414
if (map->map_type != BPF_MAP_TYPE_CGRP_STORAGE)
kernel/bpf/verifier.c
21686
case BPF_MAP_TYPE_CGRP_STORAGE:
tools/lib/bpf/libbpf.c
192
[BPF_MAP_TYPE_CGRP_STORAGE] = "cgrp_storage",
tools/lib/bpf/libbpf_probes.c
315
case BPF_MAP_TYPE_CGRP_STORAGE:
tools/sched_ext/scx_flatcg.bpf.c
95
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_attach_cgroup.c
17
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_negative.c
11
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_recursion.c
11
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_recursion.c
18
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_sleepable.c
11
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_tp_btf.c
11
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/cgrp_ls_tp_btf.c
18
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/map_kptr.c
71
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/progs/percpu_alloc_cgrp_local_storage.c
13
__uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
tools/testing/selftests/bpf/veristat.c
1253
case BPF_MAP_TYPE_CGRP_STORAGE: