Lines Matching refs:scc_can_work
255 bool scc_can_work; /* Whether the CPU can do more stackshot work */ member
595 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_panic_spin()
596 stackshot_cpu_ctx.scc_can_work = false; in stackshot_panic_spin()
643 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_signal_panic()
644 stackshot_cpu_ctx.scc_can_work = false; in stackshot_cpu_signal_panic()
2730 .scc_can_work = true, in kdp_snapshot_preflight_internal()
5592 stackshot_cpu_ctx.scc_can_work = true; in do_stackshot()
5601 } else if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5609 if (stackshot_cpu_ctx.scc_can_work) { in do_stackshot()
5611 stackshot_cpu_ctx.scc_can_work = false; in do_stackshot()
5739 …stackshot_cpu_ctx.scc_can_work = is_calling_cpu || (is_recommended && !stackshot_ctx.sc_is_singlet… in stackshot_cpu_preflight()
5741 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_preflight()
5844 if (!stackshot_cpu_ctx.scc_can_work) { in stackshot_aux_cpu_entry()