Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout.c2460 uint32_t inactive_external_count; local
2505 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count;
2508 (inactive_external_count >= VM_PAGE_INACTIVE_TARGET(vm_page_pageable_external_count))) {
2695 uint32_t inactive_external_count; local
2796 inactive_external_count = vm_page_inactive_count - vm_page_anonymous_count;
2799 (inactive_external_count < VM_PAGE_INACTIVE_TARGET(vm_page_pageable_external_count))) {