Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | epoch_sync.c | 360 esync_update_epoch(const uint64_t epoch, os_atomic(uint64_t) *counter) in esync_update_epoch() argument 365 if (old > epoch) { in esync_update_epoch() 368 new = epoch; in esync_update_epoch() 419 esync_wait(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wait() argument 433 const bool fresh_epoch = esync_update_epoch(epoch, counter); 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() 497 esync_wake(esync_space_t space, const uint64_t id, const uint64_t epoch, in esync_wake() argument 519 (void) esync_update_epoch(epoch, counter); in esync_wake() 526 epoch, mode); in esync_wake() [all …]
|
| H A D | exclaves.c | 1613 wait->queueId, wait->epoch); in handle_response_wait() 1629 const uint64_t epoch = wait->epoch; in handle_response_wait() local 1656 MACH_EXCLAVES_SCHEDULER_WAIT) | DBG_FUNC_START, id, epoch, owner, in handle_response_wait() 1658 const wait_result_t wr = esync_wait(ESYNC_SPACE_EXCLAVES_Q, id, epoch, in handle_response_wait() 1686 wake->queueId, wake->epoch, wake->all); in handle_response_wake() 1690 const uint64_t epoch = wake->epoch; in handle_response_wake() local 1695 MACH_EXCLAVES_SCHEDULER_WAKE) | DBG_FUNC_START, id, epoch, 0, mode); in handle_response_wake() 1697 kern_return_t kr = esync_wake(ESYNC_SPACE_EXCLAVES_Q, id, epoch, in handle_response_wake() 1717 wake->queueId, wake->epoch, in handle_response_wake_with_owner() 1724 const uint64_t epoch = wake->epoch; in handle_response_wake_with_owner() local [all …]
|
| H A D | epoch_sync.h | 146 uint64_t epoch, os_atomic(uint64_t) * counter, ctid_t owner_ctid, 200 uint64_t epoch, os_atomic(uint64_t) * counter, esync_wake_mode_t mode,
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_mib.c | 1019 SYSCTL_PROC(_hw, HW_EPOCH, epoch, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_MASKED | CTLFLAG_LOCKED, 0, HW…
|