Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dhashmap.h67 static inline void hashmap_entry_init(void *entry, unsigned int hash) in hashmap_entry_init() function
87 hashmap_entry_init(&key, hash); in hashmap_get_from_hash()
/external/erofs-utils/lib/
Dhashmap.c273 hashmap_entry_init(&key, memhash(data, len)); in memintern()
279 hashmap_entry_init(e, key.ent.hash); in memintern()
Dblobchunk.c68 hashmap_entry_init(&chunk->ent, hash); in erofs_blob_getchunk()
79 hashmap_entry_init(&key, hash); in erofs_blob_getchunk()