Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/ !
H A Dvm_pageout.h733 unsigned long vm_pageout_inactive_dirty_external; member
H A Dvm_pageout.c1728 tmp = vm_pageout_vminfo.vm_pageout_inactive_dirty_external; in update_vm_info()
1729 …t_stat_now].cleaned_dirty_external = (unsigned int)(tmp - last.vm_pageout_inactive_dirty_external); in update_vm_info()
1730 last.vm_pageout_inactive_dirty_external = tmp; in update_vm_info()
3033 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()
3152 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()
3833 vm_pageout_vminfo.vm_pageout_inactive_dirty_external++; in vm_pageout_scan()
/xnu-10002.1.13/bsd/vm/ !
H A Dvm_unix.c3458 …_external, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_inactive_dirty_external, "");