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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_apple_protect.c157 int apple_protect_pager_count = 0; /* number of pagers */ variable
634 apple_protect_pager_count--;
690 count_unmapped = (apple_protect_pager_count -
851 count_unmapped = (apple_protect_pager_count -
944 apple_protect_pager_count++;
945 if (apple_protect_pager_count > apple_protect_pager_count_max) {
946 apple_protect_pager_count_max = apple_protect_pager_count;
1064 count_unmapped = (apple_protect_pager_count -

Completed in 18 milliseconds