Home
last modified time | relevance | path

Searched refs:BPF_F_PRESERVE_ELEMS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_pe_preserve_elems.c19 __uint(map_flags, BPF_F_PRESERVE_ELEMS);
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbperf_leader.bpf.c11 __uint(map_flags, BPF_F_PRESERVE_ELEMS);
/openbmc/linux/kernel/bpf/
H A Darraymap.c20 BPF_F_PRESERVE_ELEMS | BPF_F_INNER_MAP)
70 attr->map_flags & BPF_F_PRESERVE_ELEMS) in array_map_alloc_check()
1223 if (map->map_flags & BPF_F_PRESERVE_ELEMS) in perf_event_fd_array_release()
1237 if (map->map_flags & BPF_F_PRESERVE_ELEMS) in perf_event_fd_array_map_free()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1303 BPF_F_PRESERVE_ELEMS = (1U << 11), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1303 BPF_F_PRESERVE_ELEMS = (1U << 11), enumerator