Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkern_stackshot.c267 bool scc_can_work; /* Whether the CPU can do more stackshot work */ member
614 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_panic_spin()
615 stackshot_cpu_ctx.scc_can_work = false; in stackshot_panic_spin()
662 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_signal_panic()
663 stackshot_cpu_ctx.scc_can_work = false; in stackshot_cpu_signal_panic()
2829 .scc_can_work = true, in kdp_snapshot_preflight_internal()
5912 stackshot_cpu_ctx.scc_can_work = true; in do_stackshot()
5921 } else if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5929 if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5931 stackshot_cpu_ctx.scc_can_work = false; in do_stackshot()
[all …]