Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Depoch_sync.c68 } esync_t; typedef
151 static esync_t *
162 esync_t *value = NULL; in ht_put()
163 esync_t *elem = NULL; in ht_put()
201 static esync_t *
209 esync_t *elem = NULL; in ht_get()
233 static esync_t *
238 esync_t *sync = kalloc_type(esync_t, Z_WAITOK | Z_ZERO | Z_NOFAIL); in esync_alloc()
273 esync_put(ht_t *ht, esync_t *sync, esync_t *to_be_freed) in esync_put()
327 static esync_t *
[all …]