Searched refs:hp_action (Results 1 – 4 of 4) sorted by relevance
574 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg) in crash_handle_hotplug_event() argument597 if (hp_action == KEXEC_CRASH_HP_ADD_CPU || in crash_handle_hotplug_event()598 hp_action == KEXEC_CRASH_HP_REMOVE_CPU) in crash_handle_hotplug_event()599 pr_debug("hp_action %u, cpu %u\n", hp_action, cpu); in crash_handle_hotplug_event()601 pr_debug("hp_action %u\n", hp_action); in crash_handle_hotplug_event()634 image->hp_action = hp_action; in crash_handle_hotplug_event()640 image->hp_action = KEXEC_CRASH_HP_NONE; in crash_handle_hotplug_event()
253 image->hp_action = KEXEC_CRASH_HP_NONE; in do_kimage_alloc_init()
524 ((image->hp_action == KEXEC_CRASH_HP_ADD_CPU) || in arch_crash_handle_hotplug_event()525 (image->hp_action == KEXEC_CRASH_HP_REMOVE_CPU))) in arch_crash_handle_hotplug_event()
404 int hp_action; member