Searched refs:hashmap_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c20 int hashmap_fd; member in struct:ctx
160 err = bpf_map_update_elem(ctx.hashmap_fd, val, val, BPF_NOEXIST);
213 ctx.hashmap_fd = bpf_map__fd(ctx.skel->maps.hashmap);

Completed in 113 milliseconds