Home
last modified time | relevance | path

Searched refs:hp_action (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/
H A Dcrash_core.c574 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg) in crash_handle_hotplug_event() argument
597 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()
H A Dkexec_core.c253 image->hp_action = KEXEC_CRASH_HP_NONE; in do_kimage_alloc_init()
/linux/arch/x86/kernel/
H A Dcrash.c524 ((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()
/linux/include/linux/
H A Dkexec.h404 int hp_action; member