Searched refs:hash_buckets (Results 1 – 1 of 1) sorted by relevance
74 struct hash_chain_head hash_buckets[HASH_NBUCKETS]; variable100 SLIST_FOREACH(blhe, &hash_buckets[idx], chain) { in blacklist_hash_lookup()123 SLIST_INSERT_HEAD(&hash_buckets[idx], blhe, chain); in blacklist_hash_add()132 bzero(&hash_buckets, sizeof(hash_buckets)); in hash_drop()