Searched refs:ull_bucket (Results 1 – 2 of 2) sorted by relevance
221 typedef struct ull_bucket { struct231 static SECURITY_READ_ONLY_LATE(ull_bucket_t *) ull_bucket; argument236 #define ull_bucket_lock(i) lck_ticket_lock(&ull_bucket[i].ulb_lock, &ull_lck_grp)237 #define ull_bucket_unlock(i) lck_ticket_unlock(&ull_bucket[i].ulb_lock)239 #define ull_bucket_lock(i) lck_spin_lock_grp(&ull_bucket[i].ulb_lock, &ull_lck_grp)240 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock)266 ull_bucket = zalloc_permanent(sizeof(ull_bucket_t) * ull_hash_buckets, in ulock_initialize()268 assert(ull_bucket != NULL); in ulock_initialize()271 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()273 lck_ticket_init(&ull_bucket[i].ulb_lock, &ull_lck_grp); in ulock_initialize()[all …]
42 buckets = kern.globals.ull_bucket