Home
last modified time | relevance | path

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

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