Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dsys_ulock.c237 #define ull_bucket_unlock(i) lck_ticket_unlock(&ull_bucket[i].ulb_lock) macro
240 #define ull_bucket_unlock(i) lck_spin_unlock(&ull_bucket[i].ulb_lock) macro
308 ull_bucket_unlock(i); in ull_hash_dump()
377 ull_bucket_unlock(i); in ull_get()
385 ull_bucket_unlock(i); in ull_get()
401 ull_bucket_unlock(i); in ull_get()
423 ull_bucket_unlock(ull->ull_bucket_index); in ull_put()