Home
last modified time | relevance | path

Searched refs:LockTimeOut (Results 1 – 12 of 12) sorted by relevance

/xnu-8019.80.24/pexpert/i386/
H A Dpe_kprintf.c47 extern uint64_t LockTimeOut;
119 #define KPRINTF_LOCKWAIT_PATIENT (LockTimeOut)
120 #define KPRINTF_LOCKWAIT_IMPATIENT (LockTimeOut >> 4)
/xnu-8019.80.24/osfmk/i386/
H A Dsimple_lock.h78 extern uint64_t LockTimeOut; /* Lock timeout in absolute time */
H A Dmachine_routines.c76 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 Dmachine_check.c337 deadline = mach_absolute_time() + LockTimeOut; in mca_dump()
H A Dmp.c1103 deadline = mach_absolute_time() + LockTimeOut; in NMIPI_panic()
2187 if (__improbable(cpu_int_duration > LockTimeOut)) { in mp_interrupt_watchdog()
H A Dtrap.c305 interrupt_latency_cap = LockTimeOut; in interrupt_latency_tracker_setup()
/xnu-8019.80.24/osfmk/arm/
H A Dsimple_lock.h76 extern machine_timeout32_t LockTimeOut; /* Number of hardware ticks of a lock timeout */
H A Dmachine_routines.c84 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-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c94 MACHINE_TIMEOUT32_WRITEABLE(LockTimeOut, "lock", 6e6 /* 0.25s */, MACHINE_TIMEOUT_UNIT_TIMEBASE, NU…
590 os_atomic_store(&LockTimeOut, lto_abstime, relaxed); in ml_init_lock_timeout()
592 lto_abstime = os_atomic_load(&LockTimeOut, relaxed); in ml_init_lock_timeout()
H A Dplatform_tests.c352 (void)hw_lock_to(&lt_hw_lock, os_atomic_load(&LockTimeOut, relaxed), in lt_grab_hw_lock_with_to()
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c2760 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush()
2969 (TLBTimeOut ? TLBTimeOut : LockTimeOut); in pmap_flush_tlbs()
/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.c1878 #define waitq_timeout (2 * os_atomic_load(&LockTimeOut, relaxed))