Searched refs:stackshot_cpu_ctx (Results 1 – 1 of 1) sorted by relevance
385 #define stackshot_cpu_ctx (*PERCPU_GET(stackshot_cpu_ctx_percpu)) macro600 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_panic_spin()601 stackshot_cpu_ctx.scc_can_work = false; in stackshot_panic_spin()648 if (stackshot_cpu_ctx.scc_can_work) { in stackshot_cpu_signal_panic()649 stackshot_cpu_ctx.scc_can_work = false; in stackshot_cpu_signal_panic()1029 stackshot_cpu_ctx.scc_kcdata_tail->kcdata = *descriptor; in linked_kcdata_alloc_callback()1044 stackshot_cpu_ctx.scc_kcdata_tail->next = new_kcdata; in linked_kcdata_alloc_callback()1045 stackshot_cpu_ctx.scc_kcdata_tail = new_kcdata; in linked_kcdata_alloc_callback()1064 stackshot_cpu_ctx.scc_kcdata_head = stackshot_alloc(struct linked_kcdata_descriptor, &error); in stackshot_new_linked_kcdata()1069 kcd_exit_on_error(linked_kcdata_init(stackshot_cpu_ctx.scc_kcdata_head, 0, in stackshot_new_linked_kcdata()[all …]