Searched refs:LockTimeOut (Results 1 – 11 of 11) sorted by relevance
| /xnu-10002.61.3/pexpert/i386/ |
| H A D | pe_kprintf.c | 47 extern uint64_t LockTimeOut; 120 #define KPRINTF_LOCKWAIT_PATIENT (LockTimeOut) 121 #define KPRINTF_LOCKWAIT_IMPATIENT (LockTimeOut >> 4)
|
| /xnu-10002.61.3/osfmk/i386/ |
| H A D | simple_lock.h | 77 extern uint64_t LockTimeOut; /* Lock timeout in absolute time */
|
| H A D | machine_routines.c | 75 uint64_t LockTimeOut; variable 952 LockTimeOut = abstime; in ml_init_lock_timeout() 966 TLBTimeOut = LockTimeOut; in ml_init_lock_timeout() 970 report_phy_read_delay = LockTimeOut >> 1; in ml_init_lock_timeout() 1044 VIRTUAL_TIMEOUT_INFLATE_ABS(LockTimeOut); in ml_init_lock_timeout()
|
| H A D | machine_check.c | 338 deadline = mach_absolute_time() + LockTimeOut; in mca_dump()
|
| H A D | mp.c | 1103 deadline = mach_absolute_time() + LockTimeOut; in NMIPI_panic() 2192 if (__improbable(cpu_int_duration > LockTimeOut)) { in mp_interrupt_watchdog()
|
| H A D | trap.c | 307 interrupt_latency_cap = LockTimeOut; in interrupt_latency_tracker_setup()
|
| /xnu-10002.61.3/osfmk/arm/ |
| H A D | simple_lock.h | 75 extern machine_timeout_t LockTimeOut; /* Number of hardware ticks of a lock timeout */
|
| /xnu-10002.61.3/osfmk/arm64/ |
| H A D | machine_routines.c | 104 MACHINE_TIMEOUT_DEV_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, … 621 os_atomic_store(&LockTimeOut, lto_abstime, relaxed); in ml_init_lock_timeout() 623 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
|
| /xnu-10002.61.3/osfmk/kern/ |
| H A D | locks.c | 467 .hwsp_timeout_atomic = &LockTimeOut, 480 .hwsp_timeout_atomic = &LockTimeOut,
|
| H A D | waitq.c | 702 .hwsp_timeout_atomic = &LockTimeOut,
|
| /xnu-10002.61.3/osfmk/x86_64/ |
| H A D | pmap.c | 2838 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush() 3047 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush_tlbs()
|