Searched refs:hash_tbl (Results 1 – 3 of 3) sorted by relevance
128 if (cache->hash_tbl == NULL) { in ftlmcNew()137 FsFree(cache->hash_tbl); in ftlmcNew()174 cache->hash_tbl[i] = NULL; in ftlmcInit()191 FsFree(cache->hash_tbl); in ftlmcDelete()217 entry = cache->hash_tbl[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()[all …]
47 FcEntry** hash_tbl; // hash table to point to pool member
22 ftlmcEntry** hash_tbl; // hash table used to index cached pages member
Completed in 4 milliseconds