Searched refs:hashmap__set (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | expr.c | 76 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id() 98 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id_val() 143 ret = hashmap__set(&ctx->ids, name, data_ptr, in expr__add_ref()
|
D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | hashmap.c | 66 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic() 118 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
|
/Linux-v5.15/tools/lib/bpf/ |
D | hashmap.h | 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
|
D | btf_dump.c | 1464 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
|
D | libbpf.c | 5163 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in bpf_core_apply_relo()
|