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