Searched refs:hashmap__update (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 59 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic() 60 if (CHECK(err != -ENOENT, "hashmap__update", in test_hashmap_generic() 115 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic() 282 CHECK_STR("hashmap__update", old_key, "a"); in test_hashmap_ptr_iface() 283 CHECK_STR("hashmap__update", old_value, "apricot"); in test_hashmap_ptr_iface() 295 err = hashmap__update(map, "b", "blueberry", &old_key, &old_value); in test_hashmap_ptr_iface() 296 if (CHECK(err, "hashmap__update", "unexpected error: %d\n", err)) in test_hashmap_ptr_iface() 298 CHECK_STR("hashmap__update", old_key, "b"); in test_hashmap_ptr_iface() 299 CHECK_STR("hashmap__update", old_value, "breadfruit"); in test_hashmap_ptr_iface()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 59 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic() 60 if (CHECK(err != -ENOENT, "hashmap__update", in test_hashmap_generic() 117 err = hashmap__update(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | hashmap.h | 130 static inline int hashmap__update(struct hashmap *map, in hashmap__update() function
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hashmap.h | 130 static inline int hashmap__update(struct hashmap *map, in hashmap__update() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | hashmap.h | 144 #define hashmap__update(map, key, value, old_key, old_value) \ macro
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hashmap.h | 144 #define hashmap__update(map, key, value, old_key, old_value) \ macro
|
Completed in 3 milliseconds