Searched refs:hashmap__update (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 59 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 D | hashmap.h | 144 #define hashmap__update(map, key, value, old_key, old_value) \ macro
|
/openbmc/linux/tools/perf/util/ |
H A D | hashmap.h | 144 #define hashmap__update(map, key, value, old_key, old_value) \ macro
|