Searched refs:hlist (Results 1 – 1 of 1) sorted by relevance
2058 struct hlist_head *hlist; in auxtrace_cache__rm() local2064 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__rm()2065 hlist_for_each_entry_safe(entry, n, hlist, hash) { in auxtrace_cache__rm()2085 struct hlist_head *hlist; in auxtrace_cache__lookup() local2090 hlist = &c->hashtable[hash_32(key, c->bits)]; in auxtrace_cache__lookup()2091 hlist_for_each_entry(entry, hlist, hash) { in auxtrace_cache__lookup()