Searched refs:scc_can_work (Results 1 – 1 of 1) sorted by relevance
255 bool scc_can_work; /* Whether the CPU can do more stackshot work */ member595 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()[all …]