Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c76 lck_spin_t htb_lock; member
136 lck_spin_init(&ht->ht_bucket[i].htb_lock, &ht_lck_grp, NULL); in ht_startup_init()
160 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_put()
183 lck_spin_unlock(&bucket->htb_lock); in ht_put()
193 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_remove()
195 lck_spin_unlock(&bucket->htb_lock); in ht_remove()
206 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_get()
223 lck_spin_unlock(&bucket->htb_lock); in ht_get()