Searched refs:acpi_id_cst_present (Results 1 – 1 of 1) sorted by relevance
55 static unsigned long *acpi_id_cst_present; variable396 __set_bit(acpi_id, acpi_id_cst_present); in read_acpi_id()406 if (acpi_id_present && acpi_id_cst_present) in check_acpi_ids()417 acpi_id_cst_present = kcalloc(BITS_TO_LONGS(nr_acpi_bits), sizeof(unsigned long), GFP_KERNEL); in check_acpi_ids()418 if (!acpi_id_cst_present) { in check_acpi_ids()427 kfree(acpi_id_cst_present); in check_acpi_ids()442 pr_backup->flags.power = test_bit(i, acpi_id_cst_present); in check_acpi_ids()597 kfree(acpi_id_cst_present); in xen_acpi_processor_exit()