Home
last modified time | relevance | path

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

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