Home
last modified time | relevance | path

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

/system/ulib/ftl/utils/
A Dftl_mc.c20 ftlmcEntry* next_hash; // hash bucket list is double linked list member
220 for (; entry; entry = entry->next_hash) { in ftlmcGetPage()
286 entry->prev_hash->next_hash = entry->next_hash; in ftlmcGetPage()
288 *(entry->hash_head) = entry->next_hash; in ftlmcGetPage()
291 if (entry->next_hash) in ftlmcGetPage()
292 entry->next_hash->prev_hash = entry->prev_hash; in ftlmcGetPage()
308 entry->next_hash = cache->hash_tbl[hash_ndx]; in ftlmcGetPage()
311 entry->next_hash = NULL; in ftlmcGetPage()
405 for (; entry; entry = entry->next_hash) { in ftlmcInCache()
A Dfscache.h31 FcEntry* next_hash; // next and prev for the hash list is member

Completed in 8 milliseconds