Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_fourk_pager.c406 int count_unmapped; in fourk_pager_deallocate_internal() local
413 count_unmapped = (fourk_pager_count - in fourk_pager_deallocate_internal()
415 if (count_unmapped > fourk_pager_cache_limit) { in fourk_pager_deallocate_internal()
552 int count_unmapped; in fourk_pager_last_unmap() local
566 count_unmapped = (fourk_pager_count - in fourk_pager_last_unmap()
568 if (count_unmapped > fourk_pager_count_unmapped_max) { in fourk_pager_last_unmap()
569 fourk_pager_count_unmapped_max = count_unmapped; in fourk_pager_last_unmap()
603 int count_unmapped; in fourk_pager_trim() local
636 count_unmapped = (fourk_pager_count - in fourk_pager_trim()
638 if (count_unmapped <= fourk_pager_cache_limit) { in fourk_pager_trim()
H A Dvm_shared_region_pager.c925 int count_unmapped; in shared_region_pager_deallocate_internal() local
933 count_unmapped = shared_region_pager_count - shared_region_pager_count_mapped; in shared_region_pager_deallocate_internal()
934 needs_trimming = (count_unmapped > shared_region_pager_cache_limit); in shared_region_pager_deallocate_internal()
1086 int count_unmapped; in shared_region_pager_last_unmap() local
1100 count_unmapped = (shared_region_pager_count - shared_region_pager_count_mapped); in shared_region_pager_last_unmap()
1101 if (count_unmapped > shared_region_pager_count_unmapped_max) { in shared_region_pager_last_unmap()
1102 shared_region_pager_count_unmapped_max = count_unmapped; in shared_region_pager_last_unmap()
1363 int count_unmapped; in shared_region_pager_trim() local
1394 count_unmapped = (shared_region_pager_count - shared_region_pager_count_mapped); in shared_region_pager_trim()
1395 if (count_unmapped <= shared_region_pager_cache_limit) { in shared_region_pager_trim()
H A Dvm_apple_protect.c832 unsigned int count_unmapped; in apple_protect_pager_deallocate_internal() local
839 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_deallocate_internal()
841 if (count_unmapped > apple_protect_pager_cache_limit) { in apple_protect_pager_deallocate_internal()
978 unsigned int count_unmapped; in apple_protect_pager_last_unmap() local
992 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_last_unmap()
994 if (count_unmapped > apple_protect_pager_count_unmapped_max) { in apple_protect_pager_last_unmap()
995 apple_protect_pager_count_unmapped_max = count_unmapped; in apple_protect_pager_last_unmap()
1404 unsigned int count_unmapped; in apple_protect_pager_trim() local
1438 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_trim()
1440 if (count_unmapped <= apple_protect_pager_cache_limit) { in apple_protect_pager_trim()