Lines Matching defs:prefix_count
19 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs);
27 * PARAMETERS: prefix_count - Count of parent levels. Special cases:
39 static char *acpi_ex_allocate_name_string(u32 prefix_count, u32 num_name_segs)
52 if (prefix_count == ACPI_UINT32_MAX) {
59 prefix_count + (ACPI_NAMESEG_SIZE * num_name_segs) + 2 + 1;
77 if (prefix_count == ACPI_UINT32_MAX) {
80 while (prefix_count--) {
215 u32 prefix_count = 0;
250 prefix_count = ACPI_UINT32_MAX;
264 prefix_count++;
289 acpi_ex_allocate_name_string(prefix_count, 2);
320 acpi_ex_allocate_name_string(prefix_count,
345 if (prefix_count == ACPI_UINT32_MAX) {
354 acpi_ex_allocate_name_string(prefix_count, 0);
367 acpi_ex_allocate_name_string(prefix_count, 1);