Home
last modified time | relevance | path

Searched refs:hashmap_iter_in_order (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c52 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()
Dhashmap.h26 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it);
Dhashmap.c57 void *hashmap_iter_in_order(struct hashmap *h, struct hashmap_entry **it) in hashmap_iter_in_order() function