Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c69 #define HASHMAP_SZ 4194304 macro
87 if (args.hashmap_nr_keys_used > HASHMAP_SZ) { in validate()
88 fprintf(stderr, "hashmap_nr_keys_used must be <= %u\n", HASHMAP_SZ); in validate()
106 for (i = 0; i < HASHMAP_SZ; i++) { in prepopulate_hashmap()
148 sizeof(int), HASHMAP_SZ, &create_opts); in __setup()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_storage_bench.c8 #define HASHMAP_SZ 4194304 macro
30 __uint(max_entries, HASHMAP_SZ);