Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Depoch_sync.c51 lck_spin_t es_lock; /* Interlock. */ member
125 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_put()
130 lck_spin_unlock(&elem->es_lock); in ht_put()
135 lck_spin_lock_grp(&value->es_lock, &esync_lckgrp); in ht_put()
171 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_get()
176 lck_spin_unlock(&elem->es_lock); in ht_get()
201 lck_spin_init(&sync->es_lock, &esync_lckgrp, NULL); in esync_alloc()
214 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_NOTOWNED); in esync_free()
218 lck_spin_destroy(&sync->es_lock, &esync_lckgrp); in esync_free()
233 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_OWNED); in esync_put()
[all …]