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