Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dhashmap.h160 bool hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value);
163 hashmap_delete((map), (long)(key), \
Dhashmap.c220 bool hashmap_delete(struct hashmap *map, long key, in hashmap_delete() function