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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhibernate.c96 vm_page_active_count, vm_page_inactive_count,
H A Dhost.c335 stat32->active_count = VM_STATISTICS_TRUNCATE_TO_32_BIT(vm_page_active_count);
516 stat->active_count = vm_page_active_count;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_page.h415 unsigned int vm_page_active_count; /* How many pages are active? */
657 vm_page_active_count + \
809 vm_page_active_count--; \
H A Dvm_pageout.c1210 reactivate_limit = VM_PAGE_REACTIVATE_LIMIT(vm_page_active_count +
1214 vm_pageout_inactive_external_forced_reactivate_limit = vm_page_active_count + vm_page_inactive_count;
1240 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count +
1257 vm_page_speculative_target = VM_PAGE_SPECULATIVE_TARGET(vm_page_active_count +
1264 if ((vm_page_inactive_count + vm_page_speculative_count) < VM_PAGE_INACTIVE_HEALTHY_LIMIT(vm_page_active_count))
1303 vm_page_active_count);
1361 vm_page_active_count, vm_page_inactive_count, vm_page_speculative_count, vm_page_inactive_target);
1410 vm_page_inactive_target = VM_PAGE_INACTIVE_TARGET(vm_page_active_count +
1803 vm_pageout_inactive_external_forced_reactivate_limit = MIN((vm_page_active_count + vm_page_inactive_count),
2401 vm_page_active_count
[all...]
H A Dvm_resident.c309 unsigned int vm_page_active_count; variable
2898 vm_page_active_count++;
3134 vm_page_active_count += extra_active_count;
3222 vm_page_active_count += lq->vpl_count;
4812 if (hibernate_flush_queue(&vm_page_queue_active, vm_page_active_count))
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_memorystatus.c107 extern unsigned int vm_page_active_count;
1045 memorystatus_jetsam_snapshot.stats.active_pages = vm_page_active_count;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1083 memio_snap->active_pages = vm_page_active_count;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2016 vm_page_active_count +
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c4200 *max_size = PAGE_SIZE * (inuse_ptepages_count + vm_page_inactive_count + vm_page_active_count + vm_page_free_count);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c2544 *max_size = PAGE_SIZE * (inuse_ptepages_count + vm_page_inactive_count + vm_page_active_count + vm_page_free_count);

Completed in 138 milliseconds