Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_CGRP_STORAGE (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst5 BPF_MAP_TYPE_CGRP_STORAGE title
8 The ``BPF_MAP_TYPE_CGRP_STORAGE`` map type represents a local fix-sized
15 ``BPF_MAP_TYPE_CGRP_STORAGE`` map type.
37 A BPF program example with BPF_MAP_TYPE_CGRP_STORAGE::
44 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
78 Difference Between BPF_MAP_TYPE_CGRP_STORAGE and BPF_MAP_TYPE_CGROUP_STORAGE
83 ``BPF_MAP_TYPE_CGRP_STORAGE`` map should be used instead. The following
84 illusates the main difference between ``BPF_MAP_TYPE_CGRP_STORAGE`` and
87 (1). ``BPF_MAP_TYPE_CGRP_STORAGE`` can be used by all program types while
91 (2). ``BPF_MAP_TYPE_CGRP_STORAGE`` supports local storage for more than one
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_recursion.c11 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
18 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_tp_btf.c11 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
18 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_negative.c11 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_sleepable.c12 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_attach_cgroup.c17 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dmap_kptr.c71 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
/openbmc/linux/include/linux/
H A Dbpf_types.h93 BPF_MAP_TYPE(BPF_MAP_TYPE_CGRP_STORAGE, cgrp_storage_map_ops)
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c310 case BPF_MAP_TYPE_CGRP_STORAGE: in probe_map_create()
H A Dlibbpf.c176 [BPF_MAP_TYPE_CGRP_STORAGE] = "cgrp_storage",
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h946 BPF_MAP_TYPE_CGRP_STORAGE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h946 BPF_MAP_TYPE_CGRP_STORAGE, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1062 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) { in map_check_btf()
1087 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) { in map_check_btf()
1209 case BPF_MAP_TYPE_CGRP_STORAGE: in map_create()