Searched refs:constraint_count (Results 1 – 2 of 2) sorted by relevance
249 size_t constraint_count; member608 for (size_t i = 0; i < sc->constraint_count; i++) in acpi_spmc_free_constraints()610 sc->constraint_count = 0; in acpi_spmc_free_constraints()626 sc->constraint_count = object->Package.Count; in acpi_spmc_parse_constraints_intel()627 sc->constraints = malloc(sc->constraint_count * sizeof *sc->constraints, in acpi_spmc_parse_constraints_intel()678 if (VERBOSE() || sc->constraint_count == in acpi_spmc_parse_constraints_intel()712 sc->constraint_count--; in acpi_spmc_parse_constraints_intel()721 size_t constraint_count; in acpi_spmc_parse_constraints_amd() local744 constraint_count = object->Package.Elements[1].Integer.Value; in acpi_spmc_parse_constraints_amd()752 if (constraints->Package.Count != constraint_count) { in acpi_spmc_parse_constraints_amd()[all …]
282 int r, i, name_count, constraint_count; in NAME_CONSTRAINTS_check() local293 || !add_lengths(&constraint_count, in NAME_CONSTRAINTS_check()296 || (name_count > 0 && constraint_count > NAME_CHECK_MAX / name_count)) in NAME_CONSTRAINTS_check()