Home
last modified time | relevance | path

Searched refs:old_value (Results 1 – 2 of 2) sorted by relevance

/tools/lib/bpf/
Dhashmap.c144 const void **old_key, void **old_value) in hashmap__insert() argument
152 if (old_value) in hashmap__insert()
153 *old_value = NULL; in hashmap__insert()
160 if (old_value) in hashmap__insert()
161 *old_value = entry->value; in hashmap__insert()
209 const void **old_key, void **old_value) in hashmap__delete() argument
220 if (old_value) in hashmap__delete()
221 *old_value = entry->value; in hashmap__delete()
Dhashmap.h97 const void **old_key, void **old_value);
107 const void **old_key, void **old_value) in hashmap__set() argument
110 old_key, old_value); in hashmap__set()
115 const void **old_key, void **old_value) in hashmap__update() argument
118 old_key, old_value); in hashmap__update()
128 const void **old_key, void **old_value);