Searched refs:inactive_external_count (Results 1 – 1 of 1) sorted by relevance
2107 uint32_t inactive_external_count; in vps_flow_control() local2152 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count; in vps_flow_control()2155 (inactive_external_count >= VM_PAGE_INACTIVE_TARGET(vm_page_pageable_external_count))) { in vps_flow_control()2341 uint32_t inactive_external_count; in vps_choose_victim_page() local2427 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count; in vps_choose_victim_page()2430 (inactive_external_count < VM_PAGE_INACTIVE_TARGET(vm_page_pageable_external_count))) { in vps_choose_victim_page()