Searched refs:hashmap_entry (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.10/tools/lib/bpf/ | 
| D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev,  in hashmap_add_entry()25 			      struct hashmap_entry *entry)  in hashmap_add_entry()
 31 static void hashmap_del_entry(struct hashmap_entry **pprev,  in hashmap_del_entry()
 32 			      struct hashmap_entry *entry)  in hashmap_del_entry()
 65 	struct hashmap_entry *cur, *tmp;  in hashmap__clear()
 103 	struct hashmap_entry **new_buckets;  in hashmap_grow()
 104 	struct hashmap_entry *cur, *tmp;  in hashmap_grow()
 132 			       struct hashmap_entry ***pprev,  in hashmap_find_entry()
 133 			       struct hashmap_entry **entry)  in hashmap_find_entry()
 135 	struct hashmap_entry *cur, **prev_ptr;  in hashmap_find_entry()
 [all …]
 
 | 
| D | hashmap.h | 46 struct hashmap_entry {  struct49 	struct hashmap_entry *next;  argument
 57 	struct hashmap_entry **buckets;
 
 | 
| D | btf.c | 3562 	struct hashmap_entry *hash_entry;  in btf_dedup_prim_type()4027 	struct hashmap_entry *hash_entry;  in btf_dedup_struct_type()
 4118 	struct hashmap_entry *hash_entry;  in btf_dedup_ref_type()
 
 | 
| D | libbpf.c | 5837 	struct hashmap_entry *entry;  in bpf_object__relocate_core()
 | 
| /Linux-v5.10/tools/perf/util/ | 
| D | hashmap.c | 24 static void hashmap_add_entry(struct hashmap_entry **pprev,  in hashmap_add_entry()25 			      struct hashmap_entry *entry)  in hashmap_add_entry()
 31 static void hashmap_del_entry(struct hashmap_entry **pprev,  in hashmap_del_entry()
 32 			      struct hashmap_entry *entry)  in hashmap_del_entry()
 65 	struct hashmap_entry *cur, *tmp;  in hashmap__clear()
 103 	struct hashmap_entry **new_buckets;  in hashmap_grow()
 104 	struct hashmap_entry *cur, *tmp;  in hashmap_grow()
 132 			       struct hashmap_entry ***pprev,  in hashmap_find_entry()
 133 			       struct hashmap_entry **entry)  in hashmap_find_entry()
 135 	struct hashmap_entry *cur, **prev_ptr;  in hashmap_find_entry()
 [all …]
 
 | 
| D | hashmap.h | 46 struct hashmap_entry {  struct49 	struct hashmap_entry *next;  argument
 57 	struct hashmap_entry **buckets;
 
 | 
| D | expr.c | 185 	struct hashmap_entry *cur;  in expr__ctx_clear()
 | 
| D | metricgroup.c | 605 	struct hashmap_entry *cur;  in metricgroup__add_metric_weak_group()636 	struct hashmap_entry *cur;  in metricgroup__add_metric_non_group()
 876 	struct hashmap_entry *cur;  in __resolve_metric()
 
 | 
| D | stat-shadow.c | 339 	struct hashmap_entry *cur;  in perf_stat__collect_metric_expr()
 | 
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ | 
| D | hashmap.c | 45 	struct hashmap_entry *entry, *tmp;  in test_hashmap_generic()263 	struct hashmap_entry *entry;  in test_hashmap_multimap()
 335 	struct hashmap_entry *entry;  in test_hashmap_empty()
 
 | 
| /Linux-v5.10/tools/perf/tests/ | 
| D | pmu-events.c | 477 			struct hashmap_entry *cur;  in test_parsing()534 	struct hashmap_entry *cur;  in metric_parse_fake()
 
 |