Home
last modified time | relevance | path

Searched refs:expecting_ipi_wfe_timeout_mt (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/arm/
H A Dsched_param.h69 extern uint64_t expecting_ipi_wfe_timeout_mt;
/xnu-10002.41.9/osfmk/arm64/
H A Dcpu.c141 uint64_t expecting_ipi_wfe_timeout_mt = 0x0ULL; /* initialized to a non-zero value in sched_init */ variable
522 if (next_idle_short && expecting_ipi_wfe_timeout_mt > wfe_timeout) { in cpu_idle()
526 wfe_timeout = expecting_ipi_wfe_timeout_mt; in cpu_idle()
/xnu-10002.41.9/osfmk/kern/
H A Dsched_prim.c463 …bsolutetime_interval(expecting_ipi_wfe_timeout_usec, NSEC_PER_USEC, &expecting_ipi_wfe_timeout_mt); in sched_init()