Searched refs:vm_pageout_inactive_dirty_external (Results 1 – 3 of 3) sorted by relevance
733 unsigned long vm_pageout_inactive_dirty_external; member
1728 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()
3458 …_external, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_inactive_dirty_external, "");