Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dmp.c190 #define NUM_CPU_WARM_CALLS 20 macro
191 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];
2020 for (i = 0; i < NUM_CPU_WARM_CALLS; i++) { in cpu_prewarm_init()