Searched refs:hlist (Results 1 – 1 of 1) sorted by relevance
1398 struct hlist_head *hlist; in auxtrace_cache__lookup() local1403 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()1404 hlist_for_each_entry(entry, hlist, hash) { in auxtrace_cache__lookup()