Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c68 } esync_t; typedef
151 static esync_t *
152 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put()
162 esync_t *value = NULL; in ht_put()
163 esync_t *elem = NULL; in ht_put()
189 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove()
201 static esync_t *
208 esync_t *value = NULL; in ht_get()
209 esync_t *elem = NULL; in ht_get()
233 static esync_t *
[all …]