Home
last modified time | relevance | path

Searched refs:hash_buckets (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/san/memory/
H A Dkasan_dynamic_blacklist.c74 struct hash_chain_head hash_buckets[HASH_NBUCKETS]; variable
100 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()