Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dhashmap.c130 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() function
169 hashmap_find_entry(map, key, h, NULL, &entry)) { in hashmap_insert()
212 if (!hashmap_find_entry(map, key, h, NULL, &entry)) in hashmap_find()
227 if (!hashmap_find_entry(map, key, h, &pprev, &entry)) in hashmap_delete()
/linux-6.3-rc2/tools/lib/bpf/
A Dhashmap.c130 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() function
169 hashmap_find_entry(map, key, h, NULL, &entry)) { in hashmap_insert()
212 if (!hashmap_find_entry(map, key, h, NULL, &entry)) in hashmap_find()
227 if (!hashmap_find_entry(map, key, h, &pprev, &entry)) in hashmap_delete()

Completed in 6 milliseconds