Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c118 int i, fd, mim_fd, err; in __setup() local
139 mim_fd = bpf_map__fd(ctx.array_of_maps); in __setup()
140 if (mim_fd < 0) { in __setup()
160 err = bpf_map_update_elem(mim_fd, &i, &fd, 0); in __setup()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1156 int mim_fd, fd, err; in test_map_in_map() local
1204 mim_fd = bpf_map__fd(map); in test_map_in_map()
1205 if (mim_fd < 0) { in test_map_in_map()
1210 err = bpf_map_update_elem(mim_fd, &pos, &fd, 0); in test_map_in_map()
1221 mim_fd = bpf_map__fd(map); in test_map_in_map()
1222 if (mim_fd < 0) { in test_map_in_map()
1227 err = bpf_map_update_elem(mim_fd, &pos, &fd, 0); in test_map_in_map()