Searched refs:hp_action (Results 1 – 4 of 4) sorted by relevance
796 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu) in crash_handle_hotplug_event() argument818 if (hp_action == KEXEC_CRASH_HP_ADD_CPU || in crash_handle_hotplug_event()819 hp_action == KEXEC_CRASH_HP_REMOVE_CPU) in crash_handle_hotplug_event()820 pr_debug("hp_action %u, cpu %u\n", hp_action, cpu); in crash_handle_hotplug_event()822 pr_debug("hp_action %u\n", hp_action); in crash_handle_hotplug_event()855 image->hp_action = hp_action; in crash_handle_hotplug_event()861 image->hp_action = KEXEC_CRASH_HP_NONE; in crash_handle_hotplug_event()
278 image->hp_action = KEXEC_CRASH_HP_NONE; in do_kimage_alloc_init()
447 ((image->hp_action == KEXEC_CRASH_HP_ADD_CPU) || in arch_crash_handle_hotplug_event()448 (image->hp_action == KEXEC_CRASH_HP_REMOVE_CPU))) in arch_crash_handle_hotplug_event()
354 int hp_action; member