Searched refs:LockTimeOut (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.61.2/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-8792.61.2/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 900 LockTimeOut = abstime; in ml_init_lock_timeout() 914 TLBTimeOut = LockTimeOut; in ml_init_lock_timeout() 918 report_phy_read_delay = LockTimeOut >> 1; in ml_init_lock_timeout() 999 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 | 306 interrupt_latency_cap = LockTimeOut; in interrupt_latency_tracker_setup()
|
| /xnu-8792.61.2/osfmk/arm/ ! |
| H A D | simple_lock.h | 75 extern machine_timeout_t LockTimeOut; /* Number of hardware ticks of a lock timeout */
|
| /xnu-8792.61.2/osfmk/arm64/ ! |
| H A D | machine_routines.c | 93 MACHINE_TIMEOUT_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, NULL… 597 os_atomic_store(&LockTimeOut, lto_abstime, relaxed); in ml_init_lock_timeout() 599 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
|
| /xnu-8792.61.2/osfmk/kern/ ! |
| H A D | locks.c | 465 .hwsp_timeout_atomic = &LockTimeOut, 478 .hwsp_timeout_atomic = &LockTimeOut,
|
| H A D | waitq.c | 686 .hwsp_timeout_atomic = &LockTimeOut,
|
| /xnu-8792.61.2/osfmk/x86_64/ ! |
| H A D | pmap.c | 2809 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush() 3018 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush_tlbs()
|