Home
last modified time | relevance | path

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

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