Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dmp.c192 #define NUM_CPU_WARM_CALLS 20 macro
193 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];
1998 for (i = 0; i < NUM_CPU_WARM_CALLS; i++) { in cpu_prewarm_init()