Searched refs:LockTimeOutTSC (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/osfmk/i386/ |
| H A D | simple_lock.h | 75 extern uint64_t LockTimeOutTSC; /* Lock timeout in TSC ticks */
|
| H A D | mp.c | 819 tsc_timeout = disable_serial_output ? LockTimeOutTSC << 2 in mp_spin_timeout() 820 : LockTimeOutTSC << 4; in mp_spin_timeout() 1718 tsc_timeout = rdtsc64() + (LockTimeOutTSC); in mp_kdp_enter() 1754 tsc_timeout = rdtsc64() + (LockTimeOutTSC); in mp_kdp_enter() 1771 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter() 1775 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
|
| H A D | machine_routines.c | 72 uint64_t LockTimeOutTSC; variable 984 LockTimeOutTSC = tmrCvt(abstime, tscFCvtn2t); in ml_init_lock_timeout() 1076 VIRTUAL_TIMEOUT_INFLATE_TSC(LockTimeOutTSC); in ml_init_lock_timeout()
|
| H A D | locks_i386.c | 492 .hwsp_timeout = &LockTimeOutTSC,
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | lock_ticket.c | 59 extern uint64_t LockTimeOutTSC; 60 #define TICKET_LOCK_PANIC_TIMEOUT LockTimeOutTSC
|
| H A D | locks.c | 465 .hwsp_timeout = &LockTimeOutTSC, 478 .hwsp_timeout = &LockTimeOutTSC,
|
| H A D | waitq.c | 703 .hwsp_timeout = &LockTimeOutTSC,
|