Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c311 int sc_main_cpuid; member
2698 .sc_main_cpuid = is_singlethreaded ? cpu_number() : -1, in kdp_snapshot_preflight_internal()
5377 stackshot_ctx.sc_latency.main_cpu_number = stackshot_ctx.sc_main_cpuid; in kdp_stackshot_kcdata_format()
5619 if (stackshot_ctx.sc_main_cpuid == -1) { in do_stackshot()
5620 os_atomic_cmpxchg(&stackshot_ctx.sc_main_cpuid, -1, cpu_number(), acquire); in do_stackshot()
5628 if (stackshot_ctx.sc_panic_stackshot || (stackshot_ctx.sc_main_cpuid == cpu_number())) { in do_stackshot()
5762 os_atomic_cmpxchg(&stackshot_ctx.sc_main_cpuid, -1, my_cpu_no, acquire); in stackshot_cpu_preflight()
5890 if (stackshot_ctx.sc_main_cpuid == cpu_number()) { in stackshot_aux_cpu_entry()