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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c254 static bool str_equal_fn(long a, long b, void *ctx) function
267 map = hashmap__new(str_hash_fn, str_equal_fn, NULL);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c126 static bool str_equal_fn(long a, long b, 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 85 milliseconds