Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dstrset.c30 static bool strset_equal_fn(long key1, long key2, void *ctx) in strset_equal_fn() function
48 hash = hashmap__new(strset_hash_fn, strset_equal_fn, set); in strset__new()