Searched refs:BPF_MAP_TYPE_CGRP_STORAGE (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_negative.c11 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
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_attach_cgroup.c17 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dpercpu_alloc_cgrp_local_storage.c13 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_sleepable.c12 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dmap_kptr.c71 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
/linux-master/include/linux/
H A Dbpf_types.h93 BPF_MAP_TYPE(BPF_MAP_TYPE_CGRP_STORAGE, cgrp_storage_map_ops)
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c315 case BPF_MAP_TYPE_CGRP_STORAGE:
H A Dlibbpf.c187 [BPF_MAP_TYPE_CGRP_STORAGE] = "cgrp_storage",
/linux-master/include/uapi/linux/
H A Dbpf.h986 * to a cgroup. The newer BPF_MAP_TYPE_CGRP_STORAGE is available to
995 * attaching to a cgroup. The new mechanism (BPF_MAP_TYPE_CGRP_STORAGE +
1011 BPF_MAP_TYPE_CGRP_STORAGE, enumerator in enum:bpf_map_type
5757 * be a **BPF_MAP_TYPE_CGRP_STORAGE**.
5761 * **BPF_MAP_TYPE_CGRP_STORAGE** map. When the local-storage value is
/linux-master/tools/include/uapi/linux/
H A Dbpf.h986 * to a cgroup. The newer BPF_MAP_TYPE_CGRP_STORAGE is available to
995 * attaching to a cgroup. The new mechanism (BPF_MAP_TYPE_CGRP_STORAGE +
1011 BPF_MAP_TYPE_CGRP_STORAGE, enumerator in enum:bpf_map_type
5757 * be a **BPF_MAP_TYPE_CGRP_STORAGE**.
5761 * **BPF_MAP_TYPE_CGRP_STORAGE** map. When the local-storage value is
/linux-master/kernel/bpf/
H A Dsyscall.c1112 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
1138 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
1292 case BPF_MAP_TYPE_CGRP_STORAGE:
H A Dverifier.c8985 case BPF_MAP_TYPE_CGRP_STORAGE:
9105 if (map->map_type != BPF_MAP_TYPE_CGRP_STORAGE)
18178 case BPF_MAP_TYPE_CGRP_STORAGE:

Completed in 421 milliseconds