Searched refs:vm_page_filecache_min (Results 1 – 3 of 3) sorted by relevance
693 uint32_t vm_page_filecache_min; member
2143 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()2145 vm_pageout_state.vm_page_filecache_min = in vps_calculate_filecache_min()2150 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()2155 vm_pageout_state.vm_page_filecache_min = in vps_calculate_filecache_min()2160 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()2247 if (vm_page_pageable_external_count > vm_pageout_state.vm_page_filecache_min && in vps_flow_control()2538 …if ((vm_page_pageable_external_count < vm_pageout_state.vm_page_filecache_min || force_anonymous =… in vps_choose_victim_page()2578 vm_pageout_state.vm_page_filecache_min) { in vps_choose_victim_page()2602 if (vm_page_pageable_external_count < vm_pageout_state.vm_page_filecache_min) { in vps_choose_victim_page()5146 vm_pageout_state.vm_page_filecache_min = 0; in vm_pageout()
4267 SYSCTL_INT(_vm, OID_AUTO, vm_page_filecache_min, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_…