Searched refs:unique_id (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | epoch_sync.c | 424 const uint64_t unique_id = ES_UNIQUE_ID(space, id); in esync_wait() local 429 esync_t *sync = esync_get(ht, unique_id, policy, &to_be_freed); in esync_wait() 436 MACH_EPOCH_SYNC_WAIT_STALE), unique_id, epoch, NULL); in esync_wait() 450 DBG_FUNC_START, unique_id, epoch, tid); in esync_wait() 509 const uint64_t unique_id = ES_UNIQUE_ID(space, id); in esync_wake() local 521 esync_t *sync = ht_get(ht, unique_id); in esync_wake() 525 MACH_EPOCH_SYNC_WAKE_NO_WAITERS), unique_id, in esync_wake() 548 MACH_EPOCH_SYNC_WAKE_ONE), unique_id, epoch); in esync_wake() 556 MACH_EPOCH_SYNC_WAKE_ALL), unique_id, epoch); in esync_wake() 564 MACH_EPOCH_SYNC_WAKE_ONE_WITH_OWNER), unique_id, epoch, tid); in esync_wake() [all …]
|