Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c56 long oldk, k = i; in test_hashmap_generic() local
59 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic()
67 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
68 if (CHECK(oldk != 0 || oldv != 0, "check_kv", in test_hashmap_generic()
69 "unexpected k/v: %ld=%ld\n", oldk, oldv)) in test_hashmap_generic()
106 long oldk, k = i; in test_hashmap_generic() local
117 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
164 long oldk, k; in test_hashmap_generic() local
178 k, v, oldk, oldv)) in test_hashmap_generic()
198 long oldk, k; in test_hashmap_generic() local
[all …]