Home
last modified time | relevance | path

Searched refs:bpf_map_freeze (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c130 err = bpf_map_freeze(data_map_fd); in test_mmap()
174 err = bpf_map_freeze(data_map_fd); in test_mmap()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map85 bpf_map_freeze;
H A Dbpf.h153 LIBBPF_API int bpf_map_freeze(int fd);
H A Dbpf.c503 int bpf_map_freeze(int fd) in bpf_map_freeze() function
H A Dlibbpf.c5086 err = bpf_map_freeze(map->fd); in bpf_object__populate_internal_map()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c1415 err = bpf_map_freeze(fd); in do_freeze()