Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.h691 uint32_t vm_page_filecache_min; member
H A Dvm_pageout.c2050 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()
2052 vm_pageout_state.vm_page_filecache_min = in vps_calculate_filecache_min()
2057 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()
2062 vm_pageout_state.vm_page_filecache_min = in vps_calculate_filecache_min()
2067 vm_pageout_state.vm_page_filecache_min = 0; in vps_calculate_filecache_min()
2154 if (vm_page_pageable_external_count > vm_pageout_state.vm_page_filecache_min && in vps_flow_control()
2429 …if ((vm_page_pageable_external_count < vm_pageout_state.vm_page_filecache_min || force_anonymous =… in vps_choose_victim_page()
2469 vm_pageout_state.vm_page_filecache_min) { in vps_choose_victim_page()
2493 if (vm_page_pageable_external_count < vm_pageout_state.vm_page_filecache_min) { in vps_choose_victim_page()
4948 vm_pageout_state.vm_page_filecache_min = 0; in vm_pageout()
/xnu-8020.140.41/bsd/kern/
H A Dkern_sysctl.c3983 SYSCTL_INT(_vm, OID_AUTO, vm_page_filecache_min, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_…