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

/linux-master/tools/perf/util/
H A Dthreads.c18 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) function
28 hashmap__init(&table->shard, key_hash, key_equal, NULL);
H A Dexpr.c68 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) function
77 hash = hashmap__new(key_hash, key_equal, NULL);
299 ctx->ids = hashmap__new(key_hash, key_equal, NULL);

Completed in 91 milliseconds