Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Depoch_sync.c48 uint64_t es_id; /* Synchronization ID. */ member
121 if (elem->es_id != key) { in ht_put()
126 if (elem->es_id == key) { in ht_put()
167 if (elem->es_id != key) { in ht_get()
172 if (elem->es_id == key) { in ht_get()
197 sync->es_id = id; in esync_alloc()
244 const uint64_t id = sync->es_id; in esync_put()
245 sync->es_id = ES_INVALID_ID; in esync_put()