Searched defs:old_value (Results 1 – 7 of 7) 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 | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
| D | threads.c | 145 struct thread *old_value; in threads__remove_all_threads() local 157 struct thread *old_value; in threads__remove() local
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|
| /tools/testing/selftests/kvm/s390x/ |
| D | memop.c | 51 uint8_t old_value[16]; member
|