Lines Matching refs:entry
33 struct hashmap_entry *entry;
39 hashmap__for_each_key_entry(map, entry, e->id) {
40 refs = entry->pvalue;
86 p_err("failed to append entry to hashmap for ID %u: %s",
179 struct hashmap_entry *entry;
185 hashmap__for_each_entry(map, entry, bkt) {
186 struct obj_refs *refs = entry->pvalue;
198 struct hashmap_entry *entry;
203 hashmap__for_each_key_entry(map, entry, id) {
204 struct obj_refs *refs = entry->pvalue;
230 struct hashmap_entry *entry;
235 hashmap__for_each_key_entry(map, entry, id) {
236 struct obj_refs *refs = entry->pvalue;