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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_apple_protect.c159 int apple_protect_pager_count = 0; /* number of pagers */ variable
708 apple_protect_pager_count--;
764 count_unmapped = (apple_protect_pager_count -
925 count_unmapped = (apple_protect_pager_count -
1018 apple_protect_pager_count++;
1019 if (apple_protect_pager_count > apple_protect_pager_count_max) {
1020 apple_protect_pager_count_max = apple_protect_pager_count;
1139 count_unmapped = (apple_protect_pager_count -

Completed in 62 milliseconds