Searched refs:LockTimeOut (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/osfmk/i386/ |
| H A D | simple_lock.h | 77 extern uint64_t LockTimeOut; /* Lock timeout in absolute time */
|
| H A D | machine_routines.c | 70 uint64_t LockTimeOut; variable 983 LockTimeOut = abstime; in ml_init_lock_timeout() 997 TLBTimeOut = LockTimeOut; in ml_init_lock_timeout() 1001 report_phy_read_delay = LockTimeOut >> 1; in ml_init_lock_timeout() 1075 VIRTUAL_TIMEOUT_INFLATE_ABS(LockTimeOut); in ml_init_lock_timeout()
|
| H A D | machine_check.c | 339 deadline = mach_absolute_time() + LockTimeOut; in mca_dump()
|
| H A D | mp.c | 1101 deadline = mach_absolute_time() + LockTimeOut; in NMIPI_panic() 2209 if (__improbable(cpu_int_duration > LockTimeOut)) { in mp_interrupt_watchdog()
|
| H A D | trap.c | 309 interrupt_latency_cap = LockTimeOut; in interrupt_latency_tracker_setup()
|
| /xnu-12377.41.6/osfmk/arm/ |
| H A D | simple_lock.h | 75 extern machine_timeout_t LockTimeOut; /* Number of hardware ticks of a lock timeout */
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | machine_routines.c | 112 MACHINE_TIMEOUT_DEV_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, … 698 os_atomic_store(&LockTimeOut, lto_abstime, relaxed); in ml_init_lock_timeout() 700 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | locks.c | 467 .hwsp_timeout_atomic = &LockTimeOut, 480 .hwsp_timeout_atomic = &LockTimeOut,
|
| H A D | waitq.c | 705 .hwsp_timeout_atomic = &LockTimeOut,
|
| /xnu-12377.41.6/osfmk/x86_64/ |
| H A D | pmap.c | 2869 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush() 3078 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush_tlbs()
|
| /xnu-12377.41.6/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_data.c | 2253 .hwsp_timeout_atomic = &LockTimeOut,
|