Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c65 lck_spin_t es_lock; /* Interlock. */ member
169 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_put()
174 lck_spin_unlock(&elem->es_lock); in ht_put()
179 lck_spin_lock_grp(&value->es_lock, &esync_lckgrp); in ht_put()
215 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_get()
220 lck_spin_unlock(&elem->es_lock); in ht_get()
245 lck_spin_init(&sync->es_lock, &esync_lckgrp, NULL); in esync_alloc()
258 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_NOTOWNED); in esync_free()
262 lck_spin_destroy(&sync->es_lock, &esync_lckgrp); in esync_free()
277 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_OWNED); in esync_put()
[all …]