Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c318 int sc_main_cpuid; member
2783 .sc_main_cpuid = is_singlethreaded ? cpu_number() : -1, in kdp_snapshot_preflight_internal()
5610 stackshot_ctx.sc_latency.main_cpu_number = stackshot_ctx.sc_main_cpuid; in kdp_stackshot_kcdata_format()
5910 if (stackshot_ctx.sc_main_cpuid == -1) { in do_stackshot()
5911 os_atomic_cmpxchg(&stackshot_ctx.sc_main_cpuid, -1, cpu_number(), acquire); in do_stackshot()
5919 if (stackshot_ctx.sc_panic_stackshot || (stackshot_ctx.sc_main_cpuid == cpu_number())) { in do_stackshot()
6051 os_atomic_cmpxchg(&stackshot_ctx.sc_main_cpuid, -1, my_cpu_no, acquire); in stackshot_cpu_preflight()
6186 if (stackshot_ctx.sc_main_cpuid == cpu_number()) { in stackshot_aux_cpu_entry()