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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c249 static size_t str_hash_fn(long a, void *ctx) function
267 map = hashmap__new(str_hash_fn, str_equal_fn, NULL);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c121 static size_t str_hash_fn(long key, void *ctx) function
171 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL);
177 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL);

Completed in 110 milliseconds