Searched defs:old_key (Results 1 – 6 of 6) sorted by relevance
| /tools/lib/bpf/ |
| D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
| D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
| /tools/perf/util/ |
| D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
| D | expr.c | 98 char *old_key = NULL; in ids__insert() local 115 char *old_key = NULL; in ids__union() local 161 char *old_key = NULL; in expr__add_id_val_source_count() local 182 char *old_key = NULL; in expr__add_ref() local 280 char *old_key = NULL; in expr__del_id() local
|
| D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|