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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_apple_protect.c758 int count_unmapped; local
764 count_unmapped = (apple_protect_pager_count -
766 if (count_unmapped > apple_protect_pager_cache_limit) {
911 int count_unmapped; local
925 count_unmapped = (apple_protect_pager_count -
927 if (count_unmapped > apple_protect_pager_count_unmapped_max) {
928 apple_protect_pager_count_unmapped_max = count_unmapped;
1106 int count_unmapped; local
1139 count_unmapped = (apple_protect_pager_count -
1141 if (count_unmapped <
[all...]

Completed in 21 milliseconds