Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.c52 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id()
74 ret = hashmap__set(&ctx->ids, id, data_ptr, in expr__add_id_val()
120 ret = hashmap__set(&ctx->ids, name, data_ptr, in expr__add_ref()
H A Dhashmap.h122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c67 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
119 err = hashmap__set(map, k, v, &oldk, &oldv); in test_hashmap_generic()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dhashmap.h122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() function
H A Dbtf_dump.c1399 hashmap__set(name_map, orig_name, (void *)dup_cnt, NULL, NULL); in btf_dump_name_dups()
H A Dlibbpf.c5790 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL); in bpf_core_apply_relo()