Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_apple_protect.c184 unsigned int apple_protect_pager_count_max = 0; variable
1148 if (apple_protect_pager_count > apple_protect_pager_count_max) { in apple_protect_pager_create()
1149 apple_protect_pager_count_max = apple_protect_pager_count; in apple_protect_pager_create()