Searched refs:hashmap_base_entry (Results 1 – 1 of 1) sorted by relevance
91 struct hashmap_base_entry { struct99 struct hashmap_base_entry b;109 struct hashmap_base_entry b;402 static struct hashmap_base_entry *bucket_at(HashmapBase *h, unsigned idx) { in bucket_at()403 return (struct hashmap_base_entry*) in bucket_at()425 static struct hashmap_base_entry *bucket_at_virtual(HashmapBase *h, struct swap_entries *swap, in bucket_at_virtual()492 struct hashmap_base_entry *e_from, *e_to; in bucket_move_entry()534 static void *entry_value(HashmapBase *h, struct hashmap_base_entry *e) { in entry_value()674 struct hashmap_base_entry *e; in hashmap_iterate_in_internal_order()736 struct hashmap_base_entry *e; in internal_hashmap_iterate()[all …]