Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_apple_protect.c181 unsigned int apple_protect_pager_count_max = 0; variable
1145 if (apple_protect_pager_count > apple_protect_pager_count_max) { in apple_protect_pager_create()
1146 apple_protect_pager_count_max = apple_protect_pager_count; in apple_protect_pager_create()