Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_fourk_pager.c387 int count_unmapped; in fourk_pager_deallocate_internal() local
394 count_unmapped = (fourk_pager_count - in fourk_pager_deallocate_internal()
396 if (count_unmapped > fourk_pager_cache_limit) { in fourk_pager_deallocate_internal()
519 int count_unmapped; in fourk_pager_last_unmap() local
533 count_unmapped = (fourk_pager_count - in fourk_pager_last_unmap()
535 if (count_unmapped > fourk_pager_count_unmapped_max) { in fourk_pager_last_unmap()
536 fourk_pager_count_unmapped_max = count_unmapped; in fourk_pager_last_unmap()
570 int count_unmapped; in fourk_pager_trim() local
603 count_unmapped = (fourk_pager_count - in fourk_pager_trim()
605 if (count_unmapped <= fourk_pager_cache_limit) { in fourk_pager_trim()
H A Dvm_apple_protect.c813 unsigned int count_unmapped; in apple_protect_pager_deallocate_internal() local
820 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_deallocate_internal()
822 if (count_unmapped > apple_protect_pager_cache_limit) { in apple_protect_pager_deallocate_internal()
945 unsigned int count_unmapped; in apple_protect_pager_last_unmap() local
959 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_last_unmap()
961 if (count_unmapped > apple_protect_pager_count_unmapped_max) { in apple_protect_pager_last_unmap()
962 apple_protect_pager_count_unmapped_max = count_unmapped; in apple_protect_pager_last_unmap()
1371 unsigned int count_unmapped; in apple_protect_pager_trim() local
1405 count_unmapped = (apple_protect_pager_count - in apple_protect_pager_trim()
1407 if (count_unmapped <= apple_protect_pager_cache_limit) { in apple_protect_pager_trim()
H A Dvm_shared_region_pager.c905 int count_unmapped; in shared_region_pager_deallocate_internal() local
913 count_unmapped = shared_region_pager_count - shared_region_pager_count_mapped; in shared_region_pager_deallocate_internal()
914 needs_trimming = (count_unmapped > shared_region_pager_cache_limit); in shared_region_pager_deallocate_internal()
1052 int count_unmapped; in shared_region_pager_last_unmap() local
1066 count_unmapped = (shared_region_pager_count - shared_region_pager_count_mapped); in shared_region_pager_last_unmap()
1067 if (count_unmapped > shared_region_pager_count_unmapped_max) { in shared_region_pager_last_unmap()
1068 shared_region_pager_count_unmapped_max = count_unmapped; in shared_region_pager_last_unmap()
1329 int count_unmapped; in shared_region_pager_trim() local
1360 count_unmapped = (shared_region_pager_count - shared_region_pager_count_mapped); in shared_region_pager_trim()
1361 if (count_unmapped <= shared_region_pager_cache_limit) { in shared_region_pager_trim()