Searched refs:hashmap__insert (Results 1 – 2 of 2) sorted by relevance
/tools/lib/bpf/ |
D | hashmap.h | 95 int hashmap__insert(struct hashmap *map, const void *key, void *value, 102 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add() 109 return hashmap__insert(map, key, value, HASHMAP_SET, in hashmap__set() 117 return hashmap__insert(map, key, value, HASHMAP_UPDATE, in hashmap__update() 124 return hashmap__insert(map, key, value, HASHMAP_APPEND, NULL, NULL); in hashmap__append()
|
D | hashmap.c | 142 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
|