Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Depoch_sync.c50 uint64_t es_id; /* Synchronization ID. */ member
153 if (elem->es_id != key) { in ht_put()
158 if (elem->es_id == key) { in ht_put()
199 if (elem->es_id != key) { in ht_get()
204 if (elem->es_id == key) { in ht_get()
229 sync->es_id = id; in esync_alloc()
276 const uint64_t id = sync->es_id; in esync_put()
277 sync->es_id = ES_INVALID_ID; in esync_put()
/xnu-11215.1.10/tools/lldbmacros/
H A Dexclaves.py115 …return format_string.format(esync, esync.es_id, GetEnumName('esync_policy_t', esync.es_policy), es…