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

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c167 bpf_map__set_key_size(ctx.skel->maps.hash_map_bench, args.key_size);
H A Dbench_bloom_filter_map.c286 bpf_map__set_key_size(skel->maps.hashmap, args.value_size);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h987 LIBBPF_API int bpf_map__set_key_size(struct bpf_map *map, __u32 size);
H A Dlibbpf.c10016 int bpf_map__set_key_size(struct bpf_map *map, __u32 size) function

Completed in 390 milliseconds