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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_apple_protect.c684 int count_unmapped; local
690 count_unmapped = (apple_protect_pager_count -
692 if (count_unmapped > apple_protect_pager_cache_limit) {
837 int count_unmapped; local
851 count_unmapped = (apple_protect_pager_count -
853 if (count_unmapped > apple_protect_pager_count_unmapped_max) {
854 apple_protect_pager_count_unmapped_max = count_unmapped;
1031 int count_unmapped; local
1064 count_unmapped = (apple_protect_pager_count -
1066 if (count_unmapped <
[all...]

Completed in 21 milliseconds