Lines Matching defs:nr_acpi_bits
36 * can be less than what we want to put in. Instead use the 'nr_acpi_bits'
39 static unsigned int nr_acpi_bits;
365 if (acpi_id >= nr_acpi_bits) {
367 nr_acpi_bits - 1, acpi_id);
405 acpi_id_present = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);
409 acpi_id_cst_present = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);
415 acpi_psd = kcalloc(nr_acpi_bits, sizeof(struct acpi_psd_package),
429 if (!bitmap_equal(acpi_id_present, acpi_ids_done, nr_acpi_bits)) {
431 for_each_set_bit(i, acpi_id_present, nr_acpi_bits) {
491 bitmap_zero(acpi_ids_done, nr_acpi_bits);
524 nr_acpi_bits = get_max_acpi_id() + 1;
525 acpi_ids_done = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);