Searched refs:HASHMAP_ADD (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | hashmap.h | 109 HASHMAP_ADD, enumerator 139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
|
H A D | strset.c | 169 HASHMAP_ADD, &old_off, NULL); in strset__add_str()
|
H A D | hashmap.c | 179 } else if (strategy == HASHMAP_ADD) { in hashmap_insert()
|
/openbmc/linux/tools/perf/util/ |
H A D | hashmap.h | 109 HASHMAP_ADD, enumerator 139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
|
H A D | hashmap.c | 179 } else if (strategy == HASHMAP_ADD) { in hashmap_insert()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 275 err = hashmap__insert(map, "a", "apricot", HASHMAP_ADD, NULL, NULL); in test_hashmap_ptr_iface()
|