Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Depoch_sync.c62 lck_spin_t htb_lock; member
92 lck_spin_init(&ht->ht_bucket[i].htb_lock, &ht_lck_grp, NULL); in ht_startup_init()
116 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_put()
139 lck_spin_unlock(&bucket->htb_lock); in ht_put()
149 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_remove()
151 lck_spin_unlock(&bucket->htb_lock); in ht_remove()
162 lck_spin_lock_grp(&bucket->htb_lock, &ht_lck_grp); in ht_get()
179 lck_spin_unlock(&bucket->htb_lock); in ht_get()