Searched refs:hp_action (Results 1 - 5 of 5) sorted by last modified time

/linux-master/kernel/
H A Dkexec_core.c241 image->hp_action = KEXEC_CRASH_HP_NONE;
H A Dcrash_core.c536 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg)
558 if (hp_action == KEXEC_CRASH_HP_ADD_CPU ||
559 hp_action == KEXEC_CRASH_HP_REMOVE_CPU)
560 pr_debug("hp_action %u, cpu %u\n", hp_action, cpu);
562 pr_debug("hp_action %u\n", hp_action);
595 image->hp_action = hp_action;
601 image->hp_action
534 crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg) argument
[all...]
/linux-master/include/linux/
H A Dkexec.h354 int hp_action; member in struct:kimage
/linux-master/arch/x86/kernel/
H A Dcrash.c459 ((image->hp_action == KEXEC_CRASH_HP_ADD_CPU) ||
460 (image->hp_action == KEXEC_CRASH_HP_REMOVE_CPU)))
/linux-master/arch/powerpc/kexec/
H A Dcrash.c447 if (image->hp_action == KEXEC_CRASH_HP_REMOVE_MEMORY) {
562 * Update the kdump image based on the type of hotplug event, represented by image->hp_action.
572 switch (image->hp_action) {

Completed in 192 milliseconds