Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_pageout.h730 unsigned long vm_pageout_inactive_dirty_external; member
H A Dvm_pageout.c1706 tmp = vm_pageout_vminfo.vm_pageout_inactive_dirty_external; in update_vm_info()
1707 …t_stat_now].cleaned_dirty_external = (unsigned int)(tmp - last.vm_pageout_inactive_dirty_external); in update_vm_info()
1708 last.vm_pageout_inactive_dirty_external = tmp; in update_vm_info()
3011 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()
3130 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()
3811 vm_pageout_vminfo.vm_pageout_inactive_dirty_external++; in vm_pageout_scan()
/xnu-8796.101.5/bsd/vm/
H A Dvm_unix.c3442 …_external, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_inactive_dirty_external, "");