Searched refs:hashmap__find (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_hashmap.c | 86 		if (CHECK(!hashmap__find(map, k, &oldv),  in test_hashmap_generic()129 		if (CHECK(!hashmap__find(map, k, &oldv),  in test_hashmap_generic()
 352 	if (CHECK(hashmap__find(map, k, NULL), "unexpected find\n"))  in test_hashmap_empty()
 
 | 
| /Linux-v5.4/tools/lib/bpf/ | 
| D | hashmap.h | 130 bool hashmap__find(const struct hashmap *map, const void *key, void **value);
 | 
| D | hashmap.c | 194 bool hashmap__find(const struct hashmap *map, const void *key, void **value)  in hashmap__find()  function
 | 
| D | btf_dump.c | 1326 	hashmap__find(name_map, orig_name, (void **)&dup_cnt);  in btf_dump_name_dups()
 | 
| D | libbpf.c | 3040 	if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) {  in bpf_core_reloc_offset()
 |