Searched refs:es_lock (Results 1 – 1 of 1) sorted by relevance
53 lck_spin_t es_lock; /* Interlock. */ member157 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_put()162 lck_spin_unlock(&elem->es_lock); in ht_put()167 lck_spin_lock_grp(&value->es_lock, &esync_lckgrp); in ht_put()203 lck_spin_lock_grp(&elem->es_lock, &esync_lckgrp); in ht_get()208 lck_spin_unlock(&elem->es_lock); in ht_get()233 lck_spin_init(&sync->es_lock, &esync_lckgrp, NULL); in esync_alloc()246 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_NOTOWNED); in esync_free()250 lck_spin_destroy(&sync->es_lock, &esync_lckgrp); in esync_free()265 LCK_SPIN_ASSERT(&sync->es_lock, LCK_ASSERT_OWNED); in esync_put()[all …]