Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_array_inner_map.c12 int outer_fd, tmpl_fd, good_fd, bad_fd, err; in test_percpu_array_inner_map() local
34 good_fd = bpf_map_create(BPF_MAP_TYPE_PERCPU_ARRAY, "good", in test_percpu_array_inner_map()
36 if (!ASSERT_OK_FD(good_fd, "create_good")) in test_percpu_array_inner_map()
39 err = bpf_map_update_elem(outer_fd, &zero, &good_fd, 0); in test_percpu_array_inner_map()
41 close(good_fd); in test_percpu_array_inner_map()