Home
last modified time | relevance | path

Searched refs:hashmap__update (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c59 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic()
115 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic()
295 err = hashmap__update(map, "b", "blueberry", &old_key, &old_value); in test_hashmap_ptr_iface()
/openbmc/linux/tools/lib/bpf/
H A Dhashmap.h144 #define hashmap__update(map, key, value, old_key, old_value) \ macro
/openbmc/linux/tools/perf/util/
H A Dhashmap.h144 #define hashmap__update(map, key, value, old_key, old_value) \ macro