Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Depoch_sync.c54 } esync_t; typedef
107 static esync_t *
108 ht_put(ht_t *ht, const uint64_t key, esync_t *new_value) in ht_put()
118 esync_t *value = NULL; in ht_put()
119 esync_t *elem = NULL; in ht_put()
145 ht_remove(ht_t *ht, const uint64_t key, esync_t *value) in ht_remove()
157 static esync_t *
164 esync_t *value = NULL; in ht_get()
165 esync_t *elem = NULL; in ht_get()
189 static esync_t *
[all …]