Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_apple_protect.c191 unsigned int apple_protect_pager_count_max = 0; variable
1172 if (apple_protect_pager_count > apple_protect_pager_count_max) { in apple_protect_pager_create()
1173 apple_protect_pager_count_max = apple_protect_pager_count; in apple_protect_pager_create()