Home
last modified time | relevance | path

Searched refs:hash_head (Results 1 – 2 of 2) sorted by relevance

/system/ulib/ftl/utils/
A Dftl_mc.c22 ftlmcEntry** hash_head; // pointer to head of hash table list member
60 if (entry->hash_head != &cache->hash_tbl[hash(entry->mpn, cache->num_mpgs)]) { in check_cache()
64 if (entry->hash_head[0] == NULL) { in check_cache()
173 cache->entry[i].hash_head = NULL; in ftlmcInit()
283 if (entry->hash_head) { in ftlmcGetPage()
288 *(entry->hash_head) = entry->next_hash; in ftlmcGetPage()
313 entry->hash_head = &cache->hash_tbl[hash_ndx]; in ftlmcGetPage()
A Dfscache.h33 FcEntry** hash_head; // pointer to head of hash table list member

Completed in 4 milliseconds