Searched refs:hashmap__insert (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/lib/bpf/ |
D | hashmap.h | 112 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()
|
D | strset.c | 168 err = hashmap__insert(set->strs_hash, (void *)new_off, (void *)new_off, in strset__add_str()
|
D | hashmap.c | 154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
|
/Linux-v5.15/tools/perf/util/ |
D | hashmap.h | 112 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()
|
D | hashmap.c | 154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
|