Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c264 bool scc_can_work; /* Whether the CPU can do more stackshot work */ member
608 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_panic_spin()
609 stackshot_cpu_ctx.scc_can_work = false; in stackshot_panic_spin()
656 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_signal_panic()
657 stackshot_cpu_ctx.scc_can_work = false; in stackshot_cpu_signal_panic()
2818 .scc_can_work = true, in kdp_snapshot_preflight_internal()
5839 stackshot_cpu_ctx.scc_can_work = true; in do_stackshot()
5848 } else if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5856 if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5858 stackshot_cpu_ctx.scc_can_work = false; in do_stackshot()
[all …]