Searched refs:vm_page_active_count (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_memorystatus.c65 extern unsigned int vm_page_active_count;
115 data.active_pages = vm_page_active_count;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_page.h337 unsigned int vm_page_active_count; /* How many pages are active? */
604 vm_page_active_count--; \
H A Dvm_resident.c268 unsigned int vm_page_active_count; variable
1773 (vm_page_active_count + vm_page_inactive_count +
1887 (vm_page_active_count + vm_page_inactive_count +
2269 (vm_page_active_count + vm_page_inactive_count +
2324 (vm_page_active_count + vm_page_inactive_count +
2415 (vm_page_active_count + vm_page_inactive_count +
2575 vm_page_active_count++;
3479 (vm_page_active_count + vm_page_inactive_count +
H A Dvm_pageout.c915 reactivate_limit = VM_PAGE_REACTIVATE_LIMIT(vm_page_active_count +
961 uint32_t total = vm_page_active_count + vm_page_inactive_count;
979 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count +
988 vm_page_speculative_target = VM_PAGE_SPECULATIVE_TARGET(vm_page_active_count +
994 if ((vm_page_inactive_count + vm_page_speculative_count) < VM_PAGE_INACTIVE_HEALTHY_LIMIT(vm_page_active_count))
1013 active_burst_count = MIN(vm_pageout_burst_active_throttle, vm_page_active_count);
1093 vm_page_active_count--;
1174 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count +
1361 (vm_page_active_count + vm_page_inactive_count +
6278 vm_page_active_count, vm_page_inactive_coun
[all...]
H A Dvm_kern.c875 + vm_page_active_count
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhost.c326 stat->active_count = vm_page_active_count;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c4461 *max_size = PAGE_SIZE * (inuse_ptepages_count + vm_page_inactive_count + vm_page_active_count + vm_page_free_count);

Completed in 45 milliseconds