Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dhashmap.h109 HASHMAP_ADD, enumerator
139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
Dhashmap.c179 } else if (strategy == HASHMAP_ADD) { in hashmap_insert()
/Linux-v6.6/tools/lib/bpf/
Dhashmap.h109 HASHMAP_ADD, enumerator
139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
Dstrset.c169 HASHMAP_ADD, &old_off, NULL); in strset__add_str()
Dhashmap.c179 } else if (strategy == HASHMAP_ADD) { in hashmap_insert()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c275 err = hashmap__insert(map, "a", "apricot", HASHMAP_ADD, NULL, NULL); in test_hashmap_ptr_iface()