Searched refs:hashmap_iter_in_order (Results 1 – 3 of 3) sorted by relevance
52 while ((e = hashmap_iter_in_order(entries, &it))) in base_fs_alloc_load()103 while ((e = hashmap_iter_in_order(allocator->entries, &it))) { in base_fs_alloc_cleanup()
26 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it);
57 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it) in hashmap_iter_in_order() function