Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_apple_protect.c183 unsigned int apple_protect_pager_count_unmapped_max = 0; variable
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()