Searched refs:nr_acpi_bits (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/xen/
H A Dxen-acpi-processor.c44 * can be less than what we want to put in. Instead use the 'nr_acpi_bits'
47 static unsigned int nr_acpi_bits; variable
365 if (acpi_id > nr_acpi_bits) { read_acpi_id()
367 nr_acpi_bits, acpi_id); read_acpi_id()
398 acpi_id_present = kcalloc(BITS_TO_LONGS(nr_acpi_bits), sizeof(unsigned long), GFP_KERNEL); check_acpi_ids()
402 acpi_id_cst_present = kcalloc(BITS_TO_LONGS(nr_acpi_bits), sizeof(unsigned long), GFP_KERNEL); check_acpi_ids()
414 if (!bitmap_equal(acpi_id_present, acpi_ids_done, nr_acpi_bits)) { check_acpi_ids()
416 for_each_set_bit(i, acpi_id_present, nr_acpi_bits) { for_each_set_bit()
501 bitmap_zero(acpi_ids_done, nr_acpi_bits); xen_acpi_processor_resume()
517 nr_acpi_bits = get_max_acpi_id() + 1; xen_acpi_processor_init()
518 acpi_ids_done = kcalloc(BITS_TO_LONGS(nr_acpi_bits), sizeof(unsigned long), GFP_KERNEL); xen_acpi_processor_init()

Completed in 38 milliseconds