Home
last modified time | relevance | path

Searched defs:hashmap__insert (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
/kernel/linux/linux-5.10/tools/perf/util/
Dhashmap.c154 int hashmap__insert(struct hashmap *map, const void *key, void *value, in hashmap__insert() function
/kernel/linux/linux-6.6/tools/lib/bpf/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ macro
/kernel/linux/linux-6.6/tools/perf/util/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ macro