Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A 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()
H A Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
H A Dbtf.c1533 err = hashmap__insert(btf->strs_hash, (void *)new_off, (void *)new_off, in btf__add_str()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
H A Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function