Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dstrset.c19 struct hashmap *strs_hash; member
53 set->strs_hash = hash; in strset__new()
89 hashmap__free(set->strs_hash); in strset__free()
130 if (hashmap__find(set->strs_hash, new_off, &old_off)) in strset__find_str()
168 err = hashmap__insert(set->strs_hash, new_off, new_off, in strset__add_str()