Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds