Searched refs:old_value (Results 1 – 4 of 4) sorted by relevance
/tools/lib/bpf/ |
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 164 if (old_value) in hashmap__insert() 165 *old_value = NULL; in hashmap__insert() 172 if (old_value) in hashmap__insert() 173 *old_value = entry->value; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 232 if (old_value) in hashmap__delete() 233 *old_value = entry->value; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
/tools/perf/util/ |
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 164 if (old_value) in hashmap__insert() 165 *old_value = NULL; in hashmap__insert() 172 if (old_value) in hashmap__insert() 173 *old_value = entry->value; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 232 if (old_value) in hashmap__delete() 233 *old_value = entry->value; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|