Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dhashmap.h141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
Dbtf_dump.c1646 err = hashmap__set(name_map, new_name, dup_cnt, &old_name, NULL); in btf_dump_name_dups()
Dbtf.c4816 err = hashmap__set(names_map, t->name_off, 0, NULL, NULL);
Dlibbpf.c6174 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);