Searched refs:ull_bucket (Results 1 – 2 of 2) sorted by relevance
205 typedef struct ull_bucket { struct211 static SECURITY_READ_ONLY_LATE(ull_bucket_t *) ull_bucket; argument215 #define ull_bucket_lock(i) lck_spin_lock_grp(&ull_bucket[i].ulb_lock, &ull_lck_grp)216 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock)242 ull_bucket = zalloc_permanent(sizeof(ull_bucket_t) * ull_hash_buckets, in ulock_initialize()244 assert(ull_bucket != NULL); in ulock_initialize()247 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()248 lck_spin_init(&ull_bucket[i].ulb_lock, &ull_lck_grp, NULL); in ulock_initialize()267 if (!queue_empty(&ull_bucket[i].ulb_head)) { in ull_hash_dump()272 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_hash_dump()[all …]
46 buckets = kern.globals.ull_bucket