Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
1706 memset(cache->hash, 0xff, sizeof(cache->hash)); in init_hda_cache()1718 u16 idx = key % (u16)ARRAY_SIZE(cache->hash); in get_hash()1719 u16 cur = cache->hash[idx]; in get_hash()1746 idx = key % (u16)ARRAY_SIZE(cache->hash); in get_alloc_hash()1747 info->next = cache->hash[idx]; in get_alloc_hash()1748 cache->hash[idx] = cur; in get_alloc_hash()
745 u16 hash[64]; /* hash table for index */ member