Home
last modified time | relevance | path

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

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