Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c14136 unsigned int cpu_it; in dtrace_state_create() local
14192 for (cpu_it = 1; cpu_it < NCPU; cpu_it++) { in dtrace_state_create()
14193 state->dts_rstate[cpu_it] = kmem_zalloc(2 * sizeof(uint64_t), KM_SLEEP); in dtrace_state_create()
14198 dtrace_xoroshiro128_plus_jump(state->dts_rstate[cpu_it-1], in dtrace_state_create()
14199 state->dts_rstate[cpu_it]); in dtrace_state_create()