Home
last modified time | relevance | path

Searched refs:zone_idx (Results 1 – 1 of 1) sorted by relevance

/system/memory/lmkd/
Dlmkd.cpp1914 int zone_idx; in zoneinfo_parse_protection() local
1918 for (buf = strtok_r(buf, "(), ", &save_ptr), zone_idx = 0; in zoneinfo_parse_protection()
1919 buf && zone_idx < MAX_NR_ZONES; in zoneinfo_parse_protection()
1920 buf = strtok_r(NULL, "), ", &save_ptr), zone_idx++) { in zoneinfo_parse_protection()
1925 zone->protection[zone_idx] = zoneval; in zoneinfo_parse_protection()
2031 int zone_idx = 0; in zoneinfo_parse() local
2046 node->zone_count = zone_idx + 1; in zoneinfo_parse()
2056 zone_idx = 0; in zoneinfo_parse()
2063 zone_idx++; in zoneinfo_parse()
2065 if (!zoneinfo_parse_zone(&save_ptr, &node->zones[zone_idx])) { in zoneinfo_parse()
[all …]