Lines Matching refs:total_size
194 acpi_rs_length total_size; in acpi_rs_get_aml_length() local
218 total_size = acpi_gbl_aml_resource_sizes[resource->type]; in acpi_rs_get_aml_length()
230 total_size--; in acpi_rs_get_aml_length()
239 total_size--; in acpi_rs_get_aml_length()
254 total_size = in acpi_rs_get_aml_length()
260 total_size = (acpi_rs_length) in acpi_rs_get_aml_length()
261 (total_size + resource->data.vendor.byte_length); in acpi_rs_get_aml_length()
269 *size_needed = aml_size_needed + total_size; in acpi_rs_get_aml_length()
280 total_size = (acpi_rs_length) in acpi_rs_get_aml_length()
281 (total_size + in acpi_rs_get_aml_length()
292 total_size = (acpi_rs_length) in acpi_rs_get_aml_length()
293 (total_size + in acpi_rs_get_aml_length()
304 total_size = (acpi_rs_length) in acpi_rs_get_aml_length()
305 (total_size + in acpi_rs_get_aml_length()
317 total_size = (acpi_rs_length) in acpi_rs_get_aml_length()
318 (total_size + in acpi_rs_get_aml_length()
329 total_size = in acpi_rs_get_aml_length()
330 (acpi_rs_length) (total_size + in acpi_rs_get_aml_length()
342 total_size = in acpi_rs_get_aml_length()
348 total_size = (acpi_rs_length) (total_size + in acpi_rs_get_aml_length()
366 aml_size_needed += total_size; in acpi_rs_get_aml_length()