Searched refs:hashmap__set (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_hashmap.c | 76 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic() 124 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
/tools/lib/bpf/ |
D | hashmap.h | 105 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
D | btf_dump.c | 1349 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
|
D | libbpf.c | 3061 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL); in bpf_core_reloc_offset()
|