Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp374 int64_t max_protection; member
1927 zone->max_protection = max; in zoneinfo_parse_protection()
2083 zi->totalreserve_pages += zone->max_protection + zone->fields.field.high; in zoneinfo_parse()
2842 watermarks->high_wmark += zone->max_protection + zone->fields.field.high; in calc_zone_watermarks()
2843 watermarks->low_wmark += zone->max_protection + zone->fields.field.low; in calc_zone_watermarks()
2844 watermarks->min_wmark += zone->max_protection + zone->fields.field.min; in calc_zone_watermarks()