Searched refs:HASHMAP_SET (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dhashmap.h97 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
110 HASHMAP_SET, enumerator in enum:hashmap_insert_strategy
142 hashmap__insert((map), (key), (value), HASHMAP_SET, (old_key), (old_value))
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) {
/linux-master/tools/perf/util/
H A Dhashmap.h97 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
110 HASHMAP_SET, enumerator in enum:hashmap_insert_strategy
142 hashmap__insert((map), (key), (value), HASHMAP_SET, (old_key), (old_value))
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c279 err = hashmap__insert(map, "a", "apple", HASHMAP_SET, &old_key, &old_value);

Completed in 148 milliseconds