Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dhashmap.h87 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
100 HASHMAP_SET, enumerator
126 return hashmap__insert(map, key, value, HASHMAP_SET, in hashmap__set()
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhashmap.h87 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
100 HASHMAP_SET, enumerator
126 return hashmap__insert(map, key, value, HASHMAP_SET, in hashmap__set()
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dhashmap.h97 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
110 HASHMAP_SET, enumerator
142 hashmap__insert((map), (key), (value), HASHMAP_SET, (old_key), (old_value))
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap_insert()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhashmap.h97 * - HASHMAP_SET - add key/value pair if key doesn't exist yet; otherwise,
110 HASHMAP_SET, enumerator
142 hashmap__insert((map), (key), (value), HASHMAP_SET, (old_key), (old_value))
H A Dhashmap.c175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap_insert()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c279 err = hashmap__insert(map, "a", "apple", HASHMAP_SET, &old_key, &old_value); in test_hashmap_ptr_iface()

Completed in 5 milliseconds