Home
last modified time | relevance | path

Searched refs:bpf_map__reuse_fd (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
H A Dselect_reuseport.c95 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
/linux/tools/perf/util/
H A Dbpf_counter.c605 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd); in bperf__load()
/linux/tools/lib/bpf/
H A Dlibbpf.c4979 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function
5226 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()