Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Depoch_sync.c64 lck_spin_t htb_lock; member
124 lck_spin_init(&ht->ht_bucket[i].htb_lock, &ht_lck_grp, NULL); in ht_startup_init()
148 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_put()
171 lck_spin_unlock(&bucket->htb_lock); in ht_put()
181 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_remove()
183 lck_spin_unlock(&bucket->htb_lock); in ht_remove()
194 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_get()
211 lck_spin_unlock(&bucket->htb_lock); in ht_get()