Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsys_ulock.c216 typedef struct ull_bucket { struct
226 static SECURITY_READ_ONLY_LATE(ull_bucket_t *) ull_bucket; argument
231 #define ull_bucket_lock(i) lck_ticket_lock(&ull_bucket[i].ulb_lock, &ull_lck_grp)
232 #define ull_bucket_unlock(i) lck_ticket_unlock(&ull_bucket[i].ulb_lock)
234 #define ull_bucket_lock(i) lck_spin_lock_grp(&ull_bucket[i].ulb_lock, &ull_lck_grp)
235 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock)
261 ull_bucket = zalloc_permanent(sizeof(ull_bucket_t) * ull_hash_buckets, in ulock_initialize()
263 assert(ull_bucket != NULL); in ulock_initialize()
266 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()
268 lck_ticket_init(&ull_bucket[i].ulb_lock, &ull_lck_grp); in ulock_initialize()
[all …]
/xnu-10002.41.9/tools/lldbmacros/
H A Dulock.py46 buckets = kern.globals.ull_bucket