Lines Matching defs:nr_acpi_bits
35 * can be less than what we want to put in. Instead use the 'nr_acpi_bits'
38 static unsigned int nr_acpi_bits;
364 if (acpi_id >= nr_acpi_bits) {
366 nr_acpi_bits - 1, acpi_id);
404 acpi_id_present = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);
408 acpi_id_cst_present = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);
414 acpi_psd = kcalloc(nr_acpi_bits, sizeof(struct acpi_psd_package),
428 if (!bitmap_equal(acpi_id_present, acpi_ids_done, nr_acpi_bits)) {
430 for_each_set_bit(i, acpi_id_present, nr_acpi_bits) {
493 bitmap_zero(acpi_ids_done, nr_acpi_bits);
526 nr_acpi_bits = get_max_acpi_id() + 1;
527 acpi_ids_done = bitmap_zalloc(nr_acpi_bits, GFP_KERNEL);