Searched refs:zone_idx (Results 1 – 1 of 1) sorted by relevance
1536 int zone_idx; in zoneinfo_parse_protection() local1540 for (buf = strtok_r(buf, "(), ", &save_ptr), zone_idx = 0; in zoneinfo_parse_protection()1541 buf && zone_idx < MAX_NR_ZONES; in zoneinfo_parse_protection()1542 buf = strtok_r(NULL, "), ", &save_ptr), zone_idx++) { in zoneinfo_parse_protection()1547 zone->protection[zone_idx] = zoneval; in zoneinfo_parse_protection()1653 int zone_idx = 0; in zoneinfo_parse() local1668 node->zone_count = zone_idx + 1; in zoneinfo_parse()1678 zone_idx = 0; in zoneinfo_parse()1685 zone_idx++; in zoneinfo_parse()1687 if (!zoneinfo_parse_zone(&save_ptr, &node->zones[zone_idx])) { in zoneinfo_parse()[all …]