Searched refs:LockTimeOutTSC (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.81.5/osfmk/i386/ |
| H A D | simple_lock.h | 75 extern uint64_t LockTimeOutTSC; /* Lock timeout in TSC ticks */
|
| H A D | mp.c | 821 tsc_timeout = disable_serial_output ? LockTimeOutTSC << 2 in mp_spin_timeout() 822 : LockTimeOutTSC << 4; in mp_spin_timeout() 1715 tsc_timeout = rdtsc64() + (LockTimeOutTSC); in mp_kdp_enter() 1751 tsc_timeout = rdtsc64() + (LockTimeOutTSC); in mp_kdp_enter() 1768 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter() 1772 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
|
| H A D | machine_routines.c | 77 uint64_t LockTimeOutTSC; variable 953 LockTimeOutTSC = tmrCvt(abstime, tscFCvtn2t); in ml_init_lock_timeout() 1045 VIRTUAL_TIMEOUT_INFLATE_TSC(LockTimeOutTSC); in ml_init_lock_timeout()
|
| H A D | locks_i386.c | 492 .hwsp_timeout = &LockTimeOutTSC,
|
| /xnu-10002.81.5/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 | 700 .hwsp_timeout = &LockTimeOutTSC,
|