Searched refs:HASHMAP_ADD (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | hashmap.h | 99 HASHMAP_ADD, enumerator 119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
|
D | strset.c | 169 HASHMAP_ADD, (const void **)&old_off, NULL); in strset__add_str()
|
D | hashmap.c | 179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
|
/linux-6.1.9/tools/perf/util/ |
D | hashmap.h | 99 HASHMAP_ADD, enumerator 119 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
|
D | hashmap.c | 179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
|