Searched refs:ull_bucket (Results 1 – 2 of 2) sorted by relevance
200 typedef struct ull_bucket { struct206 static SECURITY_READ_ONLY_LATE(ull_bucket_t *) ull_bucket; argument210 #define ull_bucket_lock(i) lck_spin_lock_grp(&ull_bucket[i].ulb_lock, &ull_lck_grp)211 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock)237 ull_bucket = zalloc_permanent(sizeof(ull_bucket_t) * ull_hash_buckets, in ulock_initialize()239 assert(ull_bucket != NULL); in ulock_initialize()242 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()243 lck_spin_init(&ull_bucket[i].ulb_lock, &ull_lck_grp, NULL); in ulock_initialize()262 if (!queue_empty(&ull_bucket[i].ulb_head)) { in ull_hash_dump()267 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_hash_dump()[all …]
42 buckets = kern.globals.ull_bucket