Searched refs:LockTimeOut (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.101.4/pexpert/i386/ |
| H A D | pe_kprintf.c | 47 extern uint64_t LockTimeOut; 119 #define KPRINTF_LOCKWAIT_PATIENT (LockTimeOut) 120 #define KPRINTF_LOCKWAIT_IMPATIENT (LockTimeOut >> 4)
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | simple_lock.h | 78 extern uint64_t LockTimeOut; /* Lock timeout in absolute time */
|
| H A D | machine_routines.c | 76 uint64_t LockTimeOut; variable 877 LockTimeOut = abstime; in ml_init_lock_timeout() 891 TLBTimeOut = LockTimeOut; in ml_init_lock_timeout() 895 report_phy_read_delay = LockTimeOut >> 1; in ml_init_lock_timeout() 976 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() 2187 if (__improbable(cpu_int_duration > LockTimeOut)) { in mp_interrupt_watchdog()
|
| H A D | trap.c | 305 interrupt_latency_cap = LockTimeOut; in interrupt_latency_tracker_setup()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | simple_lock.h | 76 extern machine_timeout32_t LockTimeOut; /* Number of hardware ticks of a lock timeout */
|
| H A D | machine_routines.c | 84 MACHINE_TIMEOUT32_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, NU… 157 os_atomic_store(&LockTimeOut, (uint32_t)lto_abstime, relaxed); in ml_init_lock_timeout() 159 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | machine_routines.c | 94 MACHINE_TIMEOUT32_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, NU… 594 os_atomic_store(&LockTimeOut, lto_abstime, relaxed); in ml_init_lock_timeout() 596 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
|
| H A D | platform_tests.c | 352 (void)hw_lock_to(<_hw_lock, os_atomic_load(&LockTimeOut, relaxed), in lt_grab_hw_lock_with_to()
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | pmap.c | 2789 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush() 2998 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush_tlbs()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | waitq.c | 678 #define waitq_timeout (2 * os_atomic_load(&LockTimeOut, relaxed))
|