Searched refs:BPF_MAP_TYPE_CGRP_STORAGE (Results 1 - 14 of 14) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c71 __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_sleepable.c12 __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 Dpercpu_alloc_cgrp_local_storage.c13 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_attach_cgroup.c17 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
H A Dcgrp_ls_negative.c11 __uint(type, BPF_MAP_TYPE_CGRP_STORAGE);
/linux-master/kernel/bpf/
H A Dsyscall.c1124 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
1151 map->map_type != BPF_MAP_TYPE_CGRP_STORAGE) {
1305 case BPF_MAP_TYPE_CGRP_STORAGE:
H A Dverifier.c9037 case BPF_MAP_TYPE_CGRP_STORAGE:
9157 if (map->map_type != BPF_MAP_TYPE_CGRP_STORAGE)
18354 case BPF_MAP_TYPE_CGRP_STORAGE:
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c315 case BPF_MAP_TYPE_CGRP_STORAGE:
H A Dlibbpf.c189 [BPF_MAP_TYPE_CGRP_STORAGE] = "cgrp_storage",
/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
5765 * be a **BPF_MAP_TYPE_CGRP_STORAGE**.
5769 * **BPF_MAP_TYPE_CGRP_STORAGE** map. When the local-storage value is
/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
5765 * be a **BPF_MAP_TYPE_CGRP_STORAGE**.
5769 * **BPF_MAP_TYPE_CGRP_STORAGE** map. When the local-storage value is
/linux-master/include/linux/
H A Dbpf_types.h93 BPF_MAP_TYPE(BPF_MAP_TYPE_CGRP_STORAGE, cgrp_storage_map_ops)

Completed in 469 milliseconds