Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dsys_ulock.c221 typedef struct ull_bucket { struct
231 static SECURITY_READ_ONLY_LATE(ull_bucket_t *) ull_bucket; argument
236 #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 …]
/xnu-12377.1.9/tools/lldbmacros/
H A Dulock.py42 buckets = kern.globals.ull_bucket