Searched refs:zone_available (Results 1 – 1 of 1) sorted by relevance
1544 uint16_t zone_available = kt_zones[sorted_zones[i].idx]; in kalloc_type_redistribute_budget() local1546 if (zone_borrow > (zone_available / 2)) { in kalloc_type_redistribute_budget()1547 zone_borrow = zone_available / 2; in kalloc_type_redistribute_budget()