Searched refs:stackshot_cpu_ctx (Results 1 – 1 of 1) sorted by relevance
386 #define stackshot_cpu_ctx (*PERCPU_GET(stackshot_cpu_ctx_percpu)) macro601 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_panic_spin()602 stackshot_cpu_ctx.scc_can_work = false; in stackshot_panic_spin()649 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_signal_panic()650 stackshot_cpu_ctx.scc_can_work = false; in stackshot_cpu_signal_panic()1030 stackshot_cpu_ctx.scc_kcdata_tail->kcdata = *descriptor; in linked_kcdata_alloc_callback()1045 stackshot_cpu_ctx.scc_kcdata_tail->next = new_kcdata; in linked_kcdata_alloc_callback()1046 stackshot_cpu_ctx.scc_kcdata_tail = new_kcdata; in linked_kcdata_alloc_callback()1065 stackshot_cpu_ctx.scc_kcdata_head = stackshot_alloc(struct linked_kcdata_descriptor, &error); in stackshot_new_linked_kcdata()1070 kcd_exit_on_error(linked_kcdata_init(stackshot_cpu_ctx.scc_kcdata_head, 0, in stackshot_new_linked_kcdata()[all …]