Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsys_ulock.c207 lck_spin_t ulb_lock; member
215 #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)
248 lck_spin_init(&ull_bucket[i].ulb_lock, &ull_lck_grp, NULL); in ulock_initialize()