Home
last modified time | relevance | path

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

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