Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_apple_protect.c176 unsigned int apple_protect_pager_cache_limit = 20; variable
828 if (count_unmapped > apple_protect_pager_cache_limit) { in apple_protect_pager_deallocate_internal()
1414 if (count_unmapped <= apple_protect_pager_cache_limit) { in apple_protect_pager_trim()
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c316 extern unsigned int apple_protect_pager_cache_limit;
319 SYSCTL_UINT(_vm, OID_AUTO, apple_protect_pager_cache_limit, CTLFLAG_RW | CTLFLAG_LOCKED, &apple_pro…