Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/ !
H A Depoch_sync.c56 } esync_t; typedef
139 static esync_t *
140 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put()
150 esync_t *value = NULL; in ht_put()
151 esync_t *elem = NULL; in ht_put()
177 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove()
189 static esync_t *
196 esync_t *value = NULL; in ht_get()
197 esync_t *elem = NULL; in ht_get()
221 static esync_t *
[all …]