Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dhashmap.h112 int hashmap__insert(struct hashmap *map, const void *key, void *value,
119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
126 return hashmap__insert(map, key, value, HASHMAP_SET, in hashmap__set()
134 return hashmap__insert(map, key, value, HASHMAP_UPDATE, in hashmap__update()
141 return hashmap__insert(map, key, value, HASHMAP_APPEND, NULL, NULL); in hashmap__append()
Dstrset.c168 err = hashmap__insert(set->strs_hash, (void *)new_off, (void *)new_off, in strset__add_str()
Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
/Linux-v5.15/tools/perf/util/
Dhashmap.h112 int hashmap__insert(struct hashmap *map, const void *key, void *value,
119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
126 return hashmap__insert(map, key, value, HASHMAP_SET, in hashmap__set()
134 return hashmap__insert(map, key, value, HASHMAP_UPDATE, in hashmap__update()
141 return hashmap__insert(map, key, value, HASHMAP_APPEND, NULL, NULL); in hashmap__append()
Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function