Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dhashmap.h99 HASHMAP_ADD, enumerator
119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
Dstrset.c169 HASHMAP_ADD, (const void **)&old_off, NULL); in strset__add_str()
Dhashmap.c179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
/linux-6.1.9/tools/perf/util/
Dhashmap.h99 HASHMAP_ADD, enumerator
119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
Dhashmap.c179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()