Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c22 int err, duration = 0, i, data_map_fd, data_map_id, tmp_fd, rdmap_fd; in test_mmap() local
70 data_map_id = map_info.id; in test_mmap()
272 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()
284 __u32 id = data_map_id - 1; in test_mmap()
285 if (bpf_map_get_next_id(id, &id) || id > data_map_id) in test_mmap()
291 tmp_fd = bpf_map_get_fd_by_id(data_map_id); in test_mmap()