Home
last modified time | relevance | path

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

/system/ulib/ftl/utils/
A Dftl_mc.c210 uint hash_ndx; in ftlmcGetPage() local
303 hash_ndx = hash(mpn, cache->num_mpgs); in ftlmcGetPage()
307 if (cache->hash_tbl[hash_ndx]) { in ftlmcGetPage()
308 entry->next_hash = cache->hash_tbl[hash_ndx]; in ftlmcGetPage()
309 cache->hash_tbl[hash_ndx]->prev_hash = entry; in ftlmcGetPage()
312 cache->hash_tbl[hash_ndx] = entry; in ftlmcGetPage()
313 entry->hash_head = &cache->hash_tbl[hash_ndx]; in ftlmcGetPage()

Completed in 3 milliseconds