Lines Matching refs:action
424 unsigned long action, void *hcpu) in acpi_cpu_soft_notify() argument
429 if (action == CPU_ONLINE && pr) { in acpi_cpu_soft_notify()
443 acpi_processor_reevaluate_tstate(pr, action); in acpi_cpu_soft_notify()
447 if (action == CPU_DEAD && pr) { in acpi_cpu_soft_notify()
449 acpi_processor_reevaluate_tstate(pr, action); in acpi_cpu_soft_notify()
800 int *action = context; in processor_walk_namespace_cb() local
806 switch (*action) { in processor_walk_namespace_cb()
894 int action = INSTALL_NOTIFY_HANDLER; in acpi_processor_install_hotplug_notify() local
898 processor_walk_namespace_cb, NULL, &action, NULL); in acpi_processor_install_hotplug_notify()
907 int action = UNINSTALL_NOTIFY_HANDLER; in acpi_processor_uninstall_hotplug_notify() local
911 processor_walk_namespace_cb, NULL, &action, NULL); in acpi_processor_uninstall_hotplug_notify()